Skip to content

Commit

Permalink
-Rename comments folder to file_strip (strips more than just comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Mar 20, 2012
1 parent 9d2625d commit 449fd0d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion favorite_files.py
Expand Up @@ -14,7 +14,7 @@
lib = join(sublime.packages_path(), 'FavoriteFiles')
if not lib in sys.path:
sys.path.append(lib)
from lib.comments.json import sanitize_json
from lib.file_strip.json import sanitize_json

FILES = join(sublime.packages_path(), 'User', 'favorite_files.json')

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 449fd0d

Please sign in to comment.