Skip to content

Commit

Permalink
reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
RedToor committed Apr 2, 2016
1 parent 2dd10d2 commit d320f30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ktf.console
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#HEADER#######################
# Katana framework #
# ktf.console File #
# Last Modified: 27/03/2016 #
# Review: 0 #
# Last Modified: 02/04/2016 #
# Review: 1 #
#######################HEADER#

from core.GeneralCommands import *
Expand Down
6 changes: 3 additions & 3 deletions ktf.run
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#HEADER#######################
# Katana framework #
# ktf.console File #
# Last Modified: 25/03/2016 #
# Review: 0 #
# Last Modified: 02/04/2016 #
# Review: 1 #
#######################HEADER#

from core.design import *
Expand Down Expand Up @@ -31,4 +31,4 @@ if __name__=="__main__":
ModuleToStart = importlib.import_module("scripts."+category+"."+filename)
ModuleToStart.main(True)
exit()
CLASS_BANNER.ModuleNotFound(m)
CLASS_BANNER.ModuleNotFound(m)
File renamed without changes.

0 comments on commit d320f30

Please sign in to comment.