Skip to content

Commit

Permalink
ensure it starts with python3
Browse files Browse the repository at this point in the history
  • Loading branch information
acutesoftware committed Jun 12, 2015
1 parent c608a41 commit 03a470b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions aikif/AI_CLI.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# AI.py written by Duncan Murray 2/5/2015

#!/usr/bin/python3
import aikif.knowledge

#modes = ['COMMAND', 'ADD', 'QUERY']

class AICLI(object):
"""
main class for the CLI
Expand Down
3 changes: 1 addition & 2 deletions aikif/web_app/web_aikif.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# web_aikif.py written by Duncan Murray 25/5/2014
# web interface for AIKIF
#!/usr/bin/python3
import sys
import os

Expand Down

0 comments on commit 03a470b

Please sign in to comment.