aboutsummaryrefslogtreecommitdiff
path: root/wmfphablib/rtlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'wmfphablib/rtlib.py')
-rwxr-xr-xwmfphablib/rtlib.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/wmfphablib/rtlib.py b/wmfphablib/rtlib.py
index 53fdb32..67ffab0 100755
--- a/wmfphablib/rtlib.py
+++ b/wmfphablib/rtlib.py
@@ -1,11 +1,12 @@
enabled = ['codfw', 'ulsfo', 'pmtpa', 'ops-requests', 'network', 'esams', 'eqiad', 'core-ops',]
import util
-try:
- from rtppl import ppl as users
-except:
- util.notice("rtppl not found!")
- users = {}
+#kspoon: linaro doesn't use RT
+#try:
+# from rtppl import ppl as users
+#except:
+# util.notice("rtppl not found!")
+users = {}
import re
from datetime import datetime