./tmp yerine realPath kullanmaya başlayalım, yoksa actionsapi içinde taklalar atmam gerekiyor. Zararsız bir değişiklik...

This commit is contained in:
S.Çağlar Onur
2005-06-24 14:04:19 +00:00
parent 33591dc101
commit b4b0acd0ea
+2 -1
View File
@@ -6,6 +6,7 @@
#configuration parameters.
from constants import const
import os
class Config(object):
"""Config Singleton"""
@@ -14,7 +15,7 @@ class Config(object):
def __init__(self):
# self.c.destdir = '' # install default to root by default
self.destdir = './tmp' # only for ALPHA
self.destdir = os.getcwd() +'/tmp' # only for ALPHA
# the idea is that destdir can be set with --destdir=...
# directory accessor functions