Skip to content

Commit

Permalink
Fix Python 3 path issues preventing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwt committed Jun 26, 2014
1 parent f30b7e8 commit 59c5ca8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions isort_file.py
@@ -1,5 +1,11 @@
import os
import sys

import sublime
import sublime_plugin

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

from isort import SortImports


Expand Down
Empty file added ordereddict/__init__.py
Empty file.
File renamed without changes.

0 comments on commit 59c5ca8

Please sign in to comment.