Commit dcf775a5 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

update for python3

parent bbea61e0
#!/usr/bin/env python #!/usr/bin/env python3
# Clones and sets up and updates everything, also creates local.conf # Clones and sets up and updates everything, also creates local.conf
...@@ -193,7 +193,7 @@ git_proto = read_git_proto(".git/config","git@") ...@@ -193,7 +193,7 @@ git_proto = read_git_proto(".git/config","git@")
i=0 i=0
for p,v in Projects.items(): for p,v in Projects.items():
i = i + 1 i = i + 1
print bcolors.BOLDWHITE+"Step "+str(i)+": "+p+bcolors.ENDC print(bcolors.BOLDWHITE+"Step "+str(i)+": "+p+bcolors.ENDC)
if isinstance(v,dict): if isinstance(v,dict):
#create dir #create dir
......
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