remove debug
[enigma2.git] / lib / python / Components / About.py
index 6317af7cb23efa2d0198dc9aec6fad150f174f97..2aa3f50c67058640cfb2efa98ab2fc1bb0b99f73 100644 (file)
@@ -1,4 +1,4 @@
-from Tools.Directories import *
+from Tools.Directories import resolveFilename, SCOPE_SYSETC
 
 class About:
        def __init__(self):
@@ -19,7 +19,7 @@ class About:
                                        month = version[8:10]
                                        day = version[10:12]
                                        
-                                       return '-'.join(["2.0", year, month, day])
+                                       return '-'.join(["dev", year, month, day])
                        file.close()
                except IOError:
                        pass