Made system a package.

This commit is contained in:
2006-04-25 09:53:35 +00:00
parent 32fdca837a
commit 359903c5ab
10 changed files with 17 additions and 33 deletions

View File

@@ -1,8 +1,8 @@
import gtk
import logger
import sys
import os
from system import logger
def _workflow_classes(modname):
"""Returns a list of all subclasses of Workflow in a given module"""