301 |
("Resources/Projections", "Resources/Projections/*.proj"), |
("Resources/Projections", "Resources/Projections/*.proj"), |
302 |
("Resources/XML", "Resources/XML/*.dtd")]: |
("Resources/XML", "Resources/XML/*.dtd")]: |
303 |
data_files.append((d, glob.glob(pattern))) |
data_files.append((d, glob.glob(pattern))) |
304 |
for d in os.listdir("Resources/Locale"): |
if os.path.isdir("Resources/Locale"): |
305 |
data_files.append(("Resources/Locale/" + d + "/LC_MESSAGES", |
for d in os.listdir("Resources/Locale"): |
306 |
["Resources/Locale/"+ d + "/LC_MESSAGES/thuban.mo"])) |
data_files.append(("Resources/Locale/" + d +"/LC_MESSAGES", |
307 |
|
["Resources/Locale/"+ d +"/LC_MESSAGES/thuban.mo"])) |
308 |
|
|
309 |
# |
# |
310 |
# Command definitions |
# Command definitions |