Skip to content

Commit de74335

Browse files
committed
Almost works
1 parent 276e98b commit de74335

39 files changed

+1063
-1191
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

DEBUGGER_PATH.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C:\Program Files (x86)\Wing Pro 8\wingdb.exe

auto-py-to-exe-config.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

bootstrap-studio-to-django-template.wpr

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ proj.directory-list = [{'dirloc': loc('.'),
1111
'recursive': True,
1212
'watch_for_changes': True}]
1313
proj.file-type = 'shared'
14-
proj.launch-config = {loc('bss_to_django.py'): ('project',
15-
('../DiagramChaseDatabase/BSSExport',
16-
'')),
17-
loc('converter.py'): ('project',
14+
proj.launch-config = {loc('converter.py'): ('project',
1815
('../DiagramChaseDatabase/BSSExport',
1916
'')),
2017
loc('dev_bss_to_django.py'): ('project',

0 commit comments

Comments
 (0)