Skip to content

Commit

Permalink
prep for binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshome committed Jun 13, 2019
1 parent d048fd7 commit 9b493fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#slatt development release
#the slatt language
9 changes: 2 additions & 7 deletions __main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#slatt development release
#the slatt language

#MIT License
#
Expand Down Expand Up @@ -26,12 +26,7 @@
import sys
import os

#check python version
pyv = sys.version_info
if pyv[0] == 2 or pyv[0] == 3 and pyv[1] < 5: #If Python version < 3.5
exit("The Slatt Development Release requires >= Python 3.5 :(")

#set slatt filename to var
#set slatt filename to var and set globals for later usage
global slatt_file
global line
slatt_file = sys.argv[1]
Expand Down

0 comments on commit 9b493fb

Please sign in to comment.