server/sources/pyrorql.py
changeset 9402 2c48c091b6a2
parent 9374 1236d9058ad3
--- a/server/sources/pyrorql.py	Tue Jul 02 17:09:04 2013 +0200
+++ b/server/sources/pyrorql.py	Mon Jan 13 13:47:47 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