added osso stuff again
[stockthis] / stockthis.py
index 1df7d6c..f5178e3 100644 (file)
@@ -31,8 +31,8 @@ import settings
 import logging
 import sys
 
-#import osso
-#osso_c = osso.Context("net.yerga.stockthis", "0.3", False)
+import osso
+osso_c = osso.Context("net.yerga.stockthis", "0.3", False)
 
 #detect if is ran locally or not
 runningpath = sys.path[0]