Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyanhui committed Oct 31, 2013
1 parent c92e2d5 commit 0c4a948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileHeader.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def plugin_loaded():
if os.path.exists(INSTALLED_PLGIN_PATH):
z = zipfile.ZipFile(INSTALLED_PLGIN_PATH, 'r')
for f in z.namelist():
z.extract(f, extract_dir)
z.extract(f, PLUGIN_PATH)
z.close()

def Window():
Expand Down

0 comments on commit 0c4a948

Please sign in to comment.