gmyth-stream/server/0.3/lib/utils.py
branchtrunk
changeset 815 7f290a3a34b1
parent 723 f5f7abc760aa
     1.1 --- a/gmyth-stream/server/0.3/lib/utils.py	Wed May 30 23:14:38 2007 +0100
     1.2 +++ b/gmyth-stream/server/0.3/lib/utils.py	Tue Aug 21 16:04:44 2007 +0100
     1.3 @@ -13,7 +13,10 @@
     1.4  import gobject
     1.5  import imp
     1.6  
     1.7 +import gmsconfig
     1.8 +
     1.9  log = logging.getLogger("gms.utils")
    1.10 +config = gmsconfig.GmsConfig()
    1.11  
    1.12  __all__ = ("which", "load_plugins", "PluginSet", "getHTML",
    1.13             "progress_bar", "create_tid", "list_media_files")
    1.14 @@ -188,4 +191,3 @@
    1.15      return tid
    1.16  # create_id()
    1.17  
    1.18 -