mirror of https://github.com/pret/pokecrystal.git
don't mix tabs/whitespace
This commit is contained in:
parent
ad6e271dec
commit
b710b8721e
|
@ -14,4 +14,3 @@ if __name__ == '__main__':
|
|||
sys.stdin = open(source, 'r')
|
||||
sys.stdout = open(dest, 'w')
|
||||
preprocessor.preprocess()
|
||||
|
||||
|
|
Loading…
Reference in New Issue