Project/Project.py

changeset 5395
56efc13e456e
parent 5389
9b1c800daff3
child 5462
52b2f19226e7
equal deleted inserted replaced
5394:b2c6179184f6 5395:56efc13e456e
4943 count += 1 4943 count += 1
4944 continue 4944 continue
4945 4945
4946 lines = names.splitlines() 4946 lines = names.splitlines()
4947 archiveName = "" 4947 archiveName = ""
4948 archiveVersion="" 4948 archiveVersion = ""
4949 names = [] 4949 names = []
4950 for line in lines: 4950 for line in lines:
4951 if line.startswith(";"): 4951 if line.startswith(";"):
4952 line = line[1:].strip() 4952 line = line[1:].strip()
4953 # it's a comment possibly containing a directive 4953 # it's a comment possibly containing a directive

eric ide

mercurial