|
From: <di...@us...> - 2007-11-07 14:17:32
|
Revision: 562
http://safekeep.svn.sourceforge.net/safekeep/?rev=562&view=rev
Author: dimi
Date: 2007-11-07 06:17:30 -0800 (Wed, 07 Nov 2007)
Log Message:
-----------
Future import must come first.
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2007-11-07 14:15:06 UTC (rev 561)
+++ safekeep/trunk/safekeep 2007-11-07 14:17:30 UTC (rev 562)
@@ -15,11 +15,11 @@
# You should have received a copy of the GNU General Public License
# along with Safekeep. If not, see <http://www.gnu.org/licenses/>.
+from __future__ import generators
import getopt, os, os.path, popen2, re, sys
import commands, tempfile, time, traceback
import getpass, pwd, xml.dom.minidom
import socket, smtplib
-from __future__ import generators
######################################################################
# Python 2.2 compatibility
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|