filedest dizini değişti.

bunları ayrı bir modülde yazacağız birazdan.
This commit is contained in:
Barış Metin
2005-06-09 09:12:44 +00:00
parent f7530e8ca6
commit a897dfa0ac
+1 -2
View File
@@ -14,8 +14,7 @@ class Fetcher:
"""Yet another Pisi tool for fetching files from various sources.."""
def __init__(self, uri):
self.uri = uri
self.filedest = "/var/tmp/pisi/cache"
self.builddir = "/var/tmp/pisi/work"
self.filedest = "/var/cache/pisi/archives"
self.scheme = "file"
self.netloc = ""
self.filepath = ""