changeset 5:6c67ec61e990

Uploaded
author da-intersect
date Thu, 11 Apr 2013 01:25:08 -0400
parents dc38f2db9fe2
children f4d22153aed1
files tar.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tar.py	Thu Apr 11 01:22:15 2013 -0400
+++ b/tar.py	Thu Apr 11 01:25:08 2013 -0400
@@ -17,7 +17,6 @@
         try:
             if tarfile.is_tarfile(filename):
 				return True
-			return False
         except:
             return False