Skip to content

Commit

Permalink
Merge pull request #5 from konto-andrzeja/patch-1
Browse files Browse the repository at this point in the history
fix importing commands from Git plugin
  • Loading branch information
dmitrygusev authored Jul 5, 2016
2 parents 915cd82 + 7f2ab23 commit 295a170
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git-autocommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import sublime
import sublime_plugin

import Git.git
import Git.add
import Git.git_commands

def is_auto_commit_file_exists(root, parent = ""):
if root == parent:
Expand Down

0 comments on commit 295a170

Please sign in to comment.