SVN: ZODB/trunk/src/Z Removed unnecessary wrapper scripts.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20090820111251.A8D5C94180__22862.8103076064$1250766783$gmane$org@cvs.zope.org> |
Log message for revision 102998: Removed unnecessary wrapper scripts. Changed: D ZODB/trunk/src/ZEO/scripts/mkzeoinst.py D ZODB/trunk/src/ZEO/scripts/runzeo.py D ZODB/trunk/src/ZEO/scripts/zeoctl.py D ZODB/trunk/src/ZEO/scripts/zeopasswd.py D ZODB/trunk/src/ZODB/scripts/fsdump.py -=- Deleted: ZODB/trunk/src/ZEO/scripts/mkzeoinst.py =================================================================== --- ZODB/trunk/src/ZEO/scripts/mkzeoinst.py 2009-08-20 09:46:37 UTC (rev 102997) +++ ZODB/trunk/src/ZEO/scripts/mkzeoinst.py 2009-08-20 11:12:51 UTC (rev 102998) @@ -1,19 +0,0 @@ -#!python -############################################################################## -# -# Copyright (c) 2003 Zope Corporation and Contributors. -# All Rights Reserved. -# -# This software is subject to the provisions of the Zope Public License, -# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. -# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED -# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS -# FOR A PARTICULAR PURPOSE. -# -############################################################################## -"""ZEO instance home creation script.""" - -import ZEO.mkzeoinst - -ZEO.mkzeoinst.main() Deleted: ZODB/trunk/src/ZEO/scripts/runzeo.py =================================================================== --- ZODB/trunk/src/ZEO/scripts/runzeo.py 2009-08-20 09:46:37 UTC (rev 102997) +++ ZODB/trunk/src/ZEO/scripts/runzeo.py 2009-08-20 11:12:51 UTC (rev 102998) @@ -1,18 +0,0 @@ -#!python -############################################################################## -# -# Copyright (c) 2003 Zope Corporation and Contributors. -# All Rights Reserved. -# -# This software is subject to the provisions of the Zope Public License, -# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. -# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED -# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS -# FOR A PARTICULAR PURPOSE. -# -############################################################################## - -from ZEO.runzeo import main - -main() Deleted: ZODB/trunk/src/ZEO/scripts/zeoctl.py =================================================================== --- ZODB/trunk/src/ZEO/scripts/zeoctl.py 2009-08-20 09:46:37 UTC (rev 102997) +++ ZODB/trunk/src/ZEO/scripts/zeoctl.py 2009-08-20 11:12:51 UTC (rev 102998) @@ -1,19 +0,0 @@ -#!/usr/bin/env python2.3 -############################################################################## -# -# Copyright (c) 2005 Zope Corporation and Contributors. -# All Rights Reserved. -# -# This software is subject to the provisions of the Zope Public License, -# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. -# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED -# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS -# FOR A PARTICULAR PURPOSE -# -############################################################################## - -"""Wrapper script for zdctl.py that causes it to use the ZEO schema.""" - -from ZEO.zeoctl import main -main() Deleted: ZODB/trunk/src/ZEO/scripts/zeopasswd.py =================================================================== --- ZODB/trunk/src/ZEO/scripts/zeopasswd.py 2009-08-20 09:46:37 UTC (rev 102997) +++ ZODB/trunk/src/ZEO/scripts/zeopasswd.py 2009-08-20 11:12:51 UTC (rev 102998) @@ -1,20 +0,0 @@ -#!python -############################################################################## -# -# Copyright (c) 2003 Zope Corporation and Contributors. -# All Rights Reserved. -# -# This software is subject to the provisions of the Zope Public License, -# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. -# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED -# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS -# FOR A PARTICULAR PURPOSE. -# -############################################################################## - -import sys - -from ZEO.zeopasswd import main - -main(sys.argv[1:]) Deleted: ZODB/trunk/src/ZODB/scripts/fsdump.py =================================================================== --- ZODB/trunk/src/ZODB/scripts/fsdump.py 2009-08-20 09:46:37 UTC (rev 102997) +++ ZODB/trunk/src/ZODB/scripts/fsdump.py 2009-08-20 11:12:51 UTC (rev 102998) @@ -1,8 +0,0 @@ -#!/usr/bin/env python2.3 - -"""Print a text summary of the contents of a FileStorage.""" - -from ZODB.FileStorage.fsdump import main - -if __name__ == "__main__": - main()