Changeset 1674
- Timestamp:
- May 25, 2016, 9:11:42 AM (5 years ago)
- Location:
- pyromaths/trunk/fuentes
- Files:
-
- 93 added
- 88 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pyromaths/trunk/fuentes/src/pyromaths/ex/__init__.py
r1666 r1674 29 29 30 30 pathimgs = os.path.join(data_dir(), 'ex', cls.dirlevel, 'img') 31 if os.path. join(pathimgs,langue):31 if os.path.exists(os.path.join(pathimgs,langue)): 32 32 folder = os.path.join(pathimgs,langue) 33 33 else:
Note: See TracChangeset
for help on using the changeset viewer.