server/sources/pyrorql.py
changeset 9374 1236d9058ad3
parent 8695 358d8bed9626
--- a/server/sources/pyrorql.py	Tue Dec 03 15:46:19 2013 +0100
+++ b/server/sources/pyrorql.py	Tue Jan 07 17:45:48 2014 +0100
@@ -20,6 +20,11 @@
 __docformat__ = "restructuredtext en"
 _ = unicode
 
+# module is lazily imported
+import warnings
+warnings.warn('Imminent drop of pyrorql source. Switch to datafeed now!',
+              DeprecationWarning)
+
 import threading
 from Pyro.errors import PyroError, ConnectionClosedError