Skip to content

Commit

Permalink
cleanup: move pigskin.py-related files into pigskin folder
Browse files Browse the repository at this point in the history
Poor patch cherry-picking on my part
  • Loading branch information
aqw committed Sep 8, 2018
1 parent f0e515c commit 9133248
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from .__version__ import VERSION
__version__ = '.'.join(map(str, VERSION))
# dummy file to init the directory
3 changes: 2 additions & 1 deletion resources/lib/pigskin/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# dummy file to init the directory
from .__version__ import VERSION
__version__ = '.'.join(map(str, VERSION))
File renamed without changes.

0 comments on commit 9133248

Please sign in to comment.