Made requests shallow-cloneable.
[wrw.git] / wrw / __init__.py
index 61c6e04..aec9825 100644 (file)
@@ -1,6 +1,5 @@
-__all__ = ["request", "wsgiwrap", "restart", "cookie", "formdata"]
+__all__ = ["wsgiwrap", "restart", "cookie", "formdata"]
 
-from req import request
 from util import wsgiwrap, persession
 from dispatch import restart
 import cookie