[cedar-backup-svn] SF.net SVN: cedar-backup:[959] cedar-backup2/trunk/util/sorttags.py
Brought to you by:
pronovic
|
From: <pro...@us...> - 2010-01-10 22:59:28
|
Revision: 959
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=959&view=rev
Author: pronovic
Date: 2010-01-10 22:59:22 +0000 (Sun, 10 Jan 2010)
Log Message:
-----------
Remove extraneous print
Modified Paths:
--------------
cedar-backup2/trunk/util/sorttags.py
Modified: cedar-backup2/trunk/util/sorttags.py
===================================================================
--- cedar-backup2/trunk/util/sorttags.py 2010-01-10 22:55:28 UTC (rev 958)
+++ cedar-backup2/trunk/util/sorttags.py 2010-01-10 22:59:22 UTC (rev 959)
@@ -16,7 +16,6 @@
x = re.sub("/", "", x)
x = re.sub("\n", "", x)
components = x.split(".")
- print components
numified = components[0]
numified += "."
for component in components[1:]:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|