[Pypt-offline-general] SF.net SVN: pypt-offline: [187] trunk/pypt_core.py
Status: Beta
Brought to you by:
riteshsarraf
|
From: <rit...@us...> - 2007-08-17 11:22:38
|
Revision: 187
http://pypt-offline.svn.sourceforge.net/pypt-offline/?rev=187&view=rev
Author: riteshsarraf
Date: 2007-08-17 04:22:40 -0700 (Fri, 17 Aug 2007)
Log Message:
-----------
* Put proper variable assignments where required
Modified Paths:
--------------
trunk/pypt_core.py
Modified: trunk/pypt_core.py
===================================================================
--- trunk/pypt_core.py 2007-08-17 11:14:50 UTC (rev 186)
+++ trunk/pypt_core.py 2007-08-17 11:22:40 UTC (rev 187)
@@ -1663,7 +1663,6 @@
if options.test_windows:
# Dummy paths while testing on Windows
apt_update_target_path = 'C:\\temp'
- apt_package_target_path = 'C:\\temp'
pass
else:
try:
@@ -1687,7 +1686,6 @@
if options.install_upgrade:
if options.test_windows:
# Dummy paths while testing on Windows
- apt_update_target_path = 'C:\\temp'
apt_package_target_path = 'C:\\temp'
pass
else:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|