OSDN Git Service

move main.py into gui/ so it gets installed
authorMartin Renold <martinxyz@gmx.ch>
Sat, 21 Mar 2009 16:06:27 +0000 (16:06 +0000)
committerMartin Renold <martinxyz@gmx.ch>
Sat, 21 Mar 2009 16:06:27 +0000 (16:06 +0000)
svn://svn.gna.org/svn/mypaint/trunk@299

gui/main.py [moved from main.py with 100% similarity]
mypaint.in.py

similarity index 100%
rename from main.py
rename to gui/main.py
index e0f96a9..cbfa704 100644 (file)
@@ -71,5 +71,6 @@ if homepath == '~':
 else:
     confpath = join(homepath, '.mypaint/')
 
-import main
+from gui import main
 main.main(datapath, confpath)
+