Codebase list mirage / 8f4c468
Remove gresources bundle as part of setup.py cleanup Thomas Ross 3 years ago
2 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 v0.11.1 - ???
1 BUG FIXES
2 + Remove gresources bundle as part of setup.py cleanup
3
04 v0.11.0 - June 06, 2020
15 BREAKING CHANGES
26 + Require Exiv2, GExiv2, and GExiv2 Introspection Data.
133133 except:
134134 pass
135135 try:
136 os.remove("io.thomasross.mirage.gresource")
137 except:
138 pass
139 try:
136140 for f in os.listdir("."):
137141 if os.path.isfile(f):
138142 if os.path.splitext(os.path.basename(f))[1] == ".pyc":