Skip to content

Commit

Permalink
V48
Browse files Browse the repository at this point in the history
Fixed Line Ending [used to be \r\n]
  • Loading branch information
602p committed Aug 28, 2012
1 parent 6f1d96e commit 9da1789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/main.py
Expand Up @@ -341,7 +341,7 @@ def throw_error(errorno, debug, die=1): #report errors, errorno is the error of
print "Exiting"
elif sys.argv[1].upper()=="MOO":
print """
/----\
/----\
-------/ \
/ \
/ |
Expand Down
2 changes: 1 addition & 1 deletion bin/serpint
@@ -1,6 +1,6 @@
#! /usr/bin/env python
print "SERPINT NETWORK GPIO TOOLKIT"
print " V47 "
print " V48 "
print

import sys, os
Expand Down

0 comments on commit 9da1789

Please sign in to comment.