hope I got the merge wright...
[monitor.git] / Rpyc / __init__.py
diff --git a/Rpyc/__init__.py b/Rpyc/__init__.py
deleted file mode 100644 (file)
index 41784bb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-"""\r
-RPyC \r
-by tomer filiba (tomerfiliba at gmail dot com)\r
-"""\r
-from Factories import *\r
-from Utils import *\r
-from Factories import __all__ as Factories_exports\r
-from Utils import __all__ as Utils_exports\r
-\r
-__all__ = Factories_exports + Utils_exports\r