Skip to content

Commit

Permalink
Make source folder a package that adds itself to the system path via …
Browse files Browse the repository at this point in the history
…__init__.py
  • Loading branch information
quasoft committed Feb 5, 2017
1 parent 7405b5f commit e38b599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions adblockradio/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import os
import sys

root = os.path.dirname(__file__)
sys.path.append(root)

0 comments on commit e38b599

Please sign in to comment.