Skip to content

Commit

Permalink
Bug fix in v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderill committed Jun 1, 2016
1 parent de3bff0 commit c4fd076
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*.bat
*.db
test
_*
data/

#################
Expand Down
Empty file added search/__init__.py
Empty file.
Empty file.
8 changes: 8 additions & 0 deletions search/ui/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
import os
import sys

curpath = os.path.dirname(os.path.realpath(__file__))

# Adding so that our UI files can find resources_rc.py which is up one level.
sys.path.append(os.path.join(curpath, '..'))

0 comments on commit c4fd076

Please sign in to comment.