src/modules/misc.py
changeset 1968 c0540b1e4f7e
parent 1895 0a260cc2a689
child 1970 60471574c487
--- a/src/modules/misc.py	Wed Jul 07 11:07:40 2010 -0700
+++ b/src/modules/misc.py	Wed Jul 07 15:18:06 2010 -0700
@@ -240,8 +240,6 @@
                 path = urllib.url2pathname(path)
                 if not os.path.abspath(path):
                         return False
-                if not os.path.exists(path):
-                        return False
                 # No further validation to be done.
                 return True