Skip to content

Commit

Permalink
Move config.py as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kemayo committed Jan 8, 2016
1 parent e0cc708 commit d076053
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.py → git/config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from __future__ import absolute_import, unicode_literals, print_function, division

import os
import re

import sublime
from git import GitWindowCommand, git_root
from . import GitWindowCommand, git_root


class GitOpenConfigFileCommand(GitWindowCommand):
Expand Down

0 comments on commit d076053

Please sign in to comment.