Skip to content

Commit

Permalink
fixed bug in regex -> invalid xml
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBerlin committed Dec 16, 2014
1 parent 9dd22bf commit 1d05374
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 254 deletions.
5 changes: 3 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@

import sys
from papi.core import Core
from papi.gui.qt_dev.gui_main import startGUI
from papi.gui.qt_dev.gui_main import startGUI as dev_startGui
from papi.gui.qt_new.main import startGUI as new_startGui


def main():
core = Core(startGUI)
core = Core(new_startGui)
core.run()


Expand Down
43 changes: 0 additions & 43 deletions main_2.py

This file was deleted.

43 changes: 0 additions & 43 deletions papi/main.py

This file was deleted.

43 changes: 0 additions & 43 deletions papi/main_2.py

This file was deleted.

123 changes: 0 additions & 123 deletions papi/tests/TestCore.py

This file was deleted.

0 comments on commit 1d05374

Please sign in to comment.