|
From: <di...@us...> - 2010-02-10 16:06:43
|
Revision: 674
http://safekeep.svn.sourceforge.net/safekeep/?rev=674&view=rev
Author: dimi
Date: 2010-02-10 16:06:37 +0000 (Wed, 10 Feb 2010)
Log Message:
-----------
Bertrand Lecervoisier <ber...@la...>
Use the correct package name.
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2010-02-09 16:01:11 UTC (rev 673)
+++ safekeep/trunk/safekeep 2010-02-10 16:06:37 UTC (rev 674)
@@ -499,7 +499,7 @@
if passwdfile:
- environ['PGPASSFILE'] = passwdfile
+ os.environ['PGPASSFILE'] = passwdfile
try:
ec = spawn(cmd, shell=True)
finally:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|