[Zope-CVS] CVS: Packages/SFTPGateway/bin - sftpgateway:1.2

Fred L. Drake, Jr. fred at zope.com
Mon Jan 5 15:36:40 EST 2004


Update of /cvs-repository/Packages/SFTPGateway/bin
In directory cvs.zope.org:/tmp/cvs-serv4322

Modified Files:
	sftpgateway 
Log Message:
simplify


=== Packages/SFTPGateway/bin/sftpgateway 1.1 => 1.2 ===
--- Packages/SFTPGateway/bin/sftpgateway:1.1	Wed Dec 10 11:37:14 2003
+++ Packages/SFTPGateway/bin/sftpgateway	Mon Jan  5 15:36:39 2004
@@ -5,8 +5,7 @@
 
 script = os.path.realpath(__file__)
 bin = os.path.dirname(script)
-top = os.path.dirname(bin)
-src = os.path.join(top, "src")
+src = os.path.join(os.path.dirname(bin), "src")
 
 if bin in sys.path:
     sys.path.remove(bin)




More information about the Zope-CVS mailing list