summaryrefslogtreecommitdiff
path: root/src/leap/baseapp/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/baseapp/constants.py')
-rw-r--r--src/leap/baseapp/constants.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/leap/baseapp/constants.py b/src/leap/baseapp/constants.py
deleted file mode 100644
index e312be21..00000000
--- a/src/leap/baseapp/constants.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# This timer used for polling vpn manager state.
-
-# XXX what is an optimum polling interval?
-# too little will be overkill, too much will
-# miss transition states.
-TIMER_MILLISECONDS = 250.0