Started to rename "system" package to "fluents". Repository will be broken
until this is completed.
This commit is contained in:
parent
c40f9a2947
commit
610812f265
|
@ -4,10 +4,10 @@ import gtk
|
|||
import sys
|
||||
import os
|
||||
import gobject
|
||||
from system import logger, project, workflow
|
||||
import logger, project, workflow
|
||||
import workflows
|
||||
|
||||
DATADIR = os.path.dirname(sys.modules['system'].__file__)
|
||||
DATADIR = os.path.dirname(sys.modules['fluents'].__file__)
|
||||
GLADEFILENAME = os.path.join(DATADIR, 'fluents.glade')
|
||||
|
||||
class CreateProjectDruid(gtk.Window):
|
Reference in New Issue