summaryrefslogtreecommitdiff
path: root/src/leap/baseapp/constants.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-04 07:11:01 +0900
committerkali <kali@leap.se>2012-09-04 07:11:01 +0900
commit3b752fcfac7a18891e2f948acae0cb4781678647 (patch)
tree23167af11c7b0e42b8c94194351d788b288f2696 /src/leap/baseapp/constants.py
parent8ef9f6f6f155b4acd0a69f1611058c4f0ba07d42 (diff)
put timer constant instead of hardcoded value
Diffstat (limited to 'src/leap/baseapp/constants.py')
-rw-r--r--src/leap/baseapp/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/baseapp/constants.py b/src/leap/baseapp/constants.py
new file mode 100644
index 00000000..763df23b
--- /dev/null
+++ b/src/leap/baseapp/constants.py
@@ -0,0 +1 @@
+TIMER_MILLISECONDS = 250.0