[wwwsearch-commits] r20047 - wwwsearch/ClientCookie/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sat Nov 19 00:54:43 CET 2005
Author: jjlee
Date: Sat Nov 19 00:54:42 2005
New Revision: 20047
Modified:
wwwsearch/ClientCookie/trunk/setup.py
Log:
Don't import ClientCookie in setup.py
Modified: wwwsearch/ClientCookie/trunk/setup.py
==============================================================================
--- wwwsearch/ClientCookie/trunk/setup.py (original)
+++ wwwsearch/ClientCookie/trunk/setup.py Sat Nov 19 00:54:42 2005
@@ -12,7 +12,9 @@
module HTTP::Cookies, from the libwww-perl library.
"""
-#from ClientCookie import VERSION
+import re
+#VERSION_MATCH = re.search(r'VERSION = "(.*)"', open("ClientCookie/_ClientCookie.py").read())
+#VERSION = VERSION_MATCH.group(1)
VERSION = '1.0.4-pre1'
INSTALL_REQUIRES = []
NAME = "ClientCookie"
More information about the wwwsearch-commits
mailing list