summaryrefslogtreecommitdiff
path: root/daemon.py
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-10-04 19:43:09 +0200
committerAleš Smodiš <aless@guru.si>2015-10-04 19:43:09 +0200
commit361f8245079b625560449324faf111ed6fcf3b1b (patch)
treea484991b6e3456545d6d5437a17201ab0a8e7b8a /daemon.py
parent8c61a1980c973c649a2d9b3b9da67f2a680f4139 (diff)
Unification of language session implementations. Added load_problem and end_problem actions so handlers get appropriately created and destroyed upon loading and unloading the problem solving screen.
Diffstat (limited to 'daemon.py')
-rw-r--r--daemon.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon.py b/daemon.py
index bc8df3e..8a03d4c 100644
--- a/daemon.py
+++ b/daemon.py
@@ -4,5 +4,6 @@
if __name__ == '__main__':
# import server
# server.start()
- import server.socket
+ import server
+# import server.socket
server.socket.serve_forever()