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