Commit f01125f0 authored by Łukasz Nowak's avatar Łukasz Nowak

- inform that something is being done


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44470 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9acf53fc
......@@ -50,6 +50,7 @@ def updateERP5(args):
while True:
try:
proxy = xmlrpclib.ServerProxy(base_url)
print "Adding site at %r" % base_url
if proxy.isERP5SitePresent() == False:
url = '%s/manage_addProduct/ERP5/manage_addERP5Site' % base_url
result = urllib.urlopen(url, urllib.urlencode({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment