solved custom import issue?

This commit is contained in:
mdipierro
2012-07-23 16:19:54 -05:00
parent c0c23b8eb7
commit 349457057c
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ def deploy():
assert repo.bare == False
for i in form.vars.applications:
appsrc = os.path.join(os.getcwd(),'applications',i)
appsrc = os.path.join(apath(r=request),i)
appdest = os.path.join(osrepo,'wsgi',osname,'applications',i)
dir_util.copy_tree(appsrc,appdest)
#shutil.copytree(appsrc,appdest)