Updated version to 0.83. Added romanian documentation

This commit is contained in:
Jose Manuel Delicado
2016-07-24 10:59:41 +02:00
parent ff529eacb4
commit 990ddf64f5
7 changed files with 11 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ def get_data():
def get_documentation ():
answer = [("documentation", ["documentation/license.txt"])]
depth = 9
depth = 10
for root, dirs, files in os.walk('documentation'):
if depth == 0:
break