Skip to content

Commit

Permalink
Use Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Oct 11, 2019
1 parent 30600a6 commit fce5396
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ docs/_build/

# PyBuilder
target/

.vscode/
.atom/
.idea/
*.iml

2 changes: 1 addition & 1 deletion src/ip.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# encoding: utf8

"""
Expand Down

0 comments on commit fce5396

Please sign in to comment.