diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-14 01:34:35 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-14 01:34:35 -0600 |
commit | 931daf34033714e64fb4f98a101dd804e4e6363e (patch) | |
tree | 62d1bebdac24c23e44577dcb5d3d586977a74e86 /config.py | |
parent | b27cbc08447fe5605bf877ee0991888d5ecf6382 (diff) |
Added os module to config file
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- from user import home import commands +import os time__ = commands.getoutput("date +%Y%m%d-%H:%M") |