Commit 0b1f1b51 authored by Jack Jansen's avatar Jack Jansen

- Removed debug

- Make sure splash screens are visible
parent cbb5d497
......@@ -94,7 +94,6 @@ def buildcopy(top, dummy, list):
for src, dst in list:
src = os.path.join(top, src)
dst = os.path.join(top, dst)
import pdb ; pdb.set_trace()
macostools.copy(src, dst)
def main():
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment