[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15832: init files for imported libs. (in torflow/branches/gsoc2008/tools: . BeautifulSoup Pyssh SocksiPy)
Author: aleksei
Date: 2008-07-11 05:11:16 -0400 (Fri, 11 Jul 2008)
New Revision: 15832
Added:
torflow/branches/gsoc2008/tools/BeautifulSoup/__init__.py
torflow/branches/gsoc2008/tools/Pyssh/
torflow/branches/gsoc2008/tools/Pyssh/__init__.py
torflow/branches/gsoc2008/tools/SocksiPy/__init__.py
Removed:
torflow/branches/gsoc2008/tools/pyssh/
Log:
init files for imported libs.
Added: torflow/branches/gsoc2008/tools/BeautifulSoup/__init__.py
===================================================================
--- torflow/branches/gsoc2008/tools/BeautifulSoup/__init__.py (rev 0)
+++ torflow/branches/gsoc2008/tools/BeautifulSoup/__init__.py 2008-07-11 09:11:16 UTC (rev 15832)
@@ -0,0 +1,2 @@
+
+__all__ = ["BeautifulSoup", "SoupStrainer"]
Copied: torflow/branches/gsoc2008/tools/Pyssh (from rev 15831, torflow/branches/gsoc2008/tools/pyssh)
Added: torflow/branches/gsoc2008/tools/Pyssh/__init__.py
===================================================================
--- torflow/branches/gsoc2008/tools/Pyssh/__init__.py (rev 0)
+++ torflow/branches/gsoc2008/tools/Pyssh/__init__.py 2008-07-11 09:11:16 UTC (rev 15832)
@@ -0,0 +1,2 @@
+
+__all__ = ['pyssh']
Added: torflow/branches/gsoc2008/tools/SocksiPy/__init__.py
===================================================================
--- torflow/branches/gsoc2008/tools/SocksiPy/__init__.py (rev 0)
+++ torflow/branches/gsoc2008/tools/SocksiPy/__init__.py 2008-07-11 09:11:16 UTC (rev 15832)
@@ -0,0 +1,2 @@
+
+__all__ = ['socks']