summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-14 01:34:35 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-14 01:34:35 -0600
commit931daf34033714e64fb4f98a101dd804e4e6363e (patch)
tree62d1bebdac24c23e44577dcb5d3d586977a74e86
parentb27cbc08447fe5605bf877ee0991888d5ecf6382 (diff)
Added os module to config file
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index 4854e0d..bd46688 100644
--- a/config.py
+++ b/config.py
@@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
from user import home
import commands
+import os
time__ = commands.getoutput("date +%Y%m%d-%H:%M")