misc.py

changeset 71
d2e19670b772
parent 24
e6bdb9c54096
--- a/misc.py	Sat Oct 07 01:52:15 2017 +0300
+++ b/misc.py	Thu Oct 26 16:54:29 2017 +0300
@@ -23,3 +23,6 @@
 
 def is_night_time(time):
 	return time.hour >= 23 or time.hour < 5
+
+from configparser import ConfigParser
+profile = ConfigParser()

mercurial