aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers/__init__.py
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-15 18:23:00 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-15 18:23:00 +0800
commite74ccdc92478ceb50aa2617e21f6f7eb4bc181de (patch)
treeca0832af2e1e0132edf68f756dc854fc24cc6958 /fg21sim/webui/handlers/__init__.py
parentbcdc84fb416820493e048fe28ca59e9090762ffb (diff)
downloadfg21sim-e74ccdc92478ceb50aa2617e21f6f7eb4bc181de.tar.bz2
webui: Place handlers under the directory "hnadlers/"
Diffstat (limited to 'fg21sim/webui/handlers/__init__.py')
-rw-r--r--fg21sim/webui/handlers/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fg21sim/webui/handlers/__init__.py b/fg21sim/webui/handlers/__init__.py
index f97ef07..0c01ea7 100644
--- a/fg21sim/webui/handlers/__init__.py
+++ b/fg21sim/webui/handlers/__init__.py
@@ -3,3 +3,4 @@
from .index import IndexHandler
from .login import LoginHandler
+from .websocket import FG21simWSHandler