Skip to content

Commit

Permalink
Made everything Python2/3 compatible,and a little more PEP8 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3bl33d3r committed Mar 9, 2018
1 parent a915bc3 commit d17a4b7
Show file tree
Hide file tree
Showing 6 changed files with 385 additions and 291 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.pyc
__pycache__
14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

jsmin = "==2.2.2"


[dev-packages]

38 changes: 38 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d17a4b7

Please sign in to comment.