From 0dce1ea067b29156b60a6da4de75253cb01fbbe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Sat, 27 Aug 2005 23:10:28 +0000 Subject: [PATCH] *** --- pisi/global.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pisi/global.py diff --git a/pisi/global.py b/pisi/global.py new file mode 100644 index 00000000..744e319f --- /dev/null +++ b/pisi/global.py @@ -0,0 +1,15 @@ +#!/usr/bin/python +# +# Copyright (C) 2005, TUBITAK/UEKAE +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) +# any later version. +# +# Please read the COPYING file. +# + + +config = None +ui = None