diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-05 15:25:11 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-05 15:25:11 +0200 |
| commit | 9fc7b9a068189cc0d249d0870dfb0112ab5dec92 (patch) | |
| tree | 3e185c8d5028abd4dda32c14744a771f4da088e0 /git/util.py | |
| parent | 3fe1a7f87d511758adf2e56803cb3610b80c5f08 (diff) | |
| download | GitPython-9fc7b9a068189cc0d249d0870dfb0112ab5dec92.tar.gz GitPython-9fc7b9a068189cc0d249d0870dfb0112ab5dec92.zip | |
Made most primal imports work, but stopped here as there are many more changes when doing the merge
Diffstat (limited to 'git/util.py')
| -rw-r--r-- | git/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git/util.py b/git/util.py index a1d0cb12..3d0bd82e 100644 --- a/git/util.py +++ b/git/util.py @@ -19,6 +19,7 @@ from gitdb.util import ( to_bin_sha, join_path, join_path_native, + to_native_path, to_native_path_linux, to_native_path_windows, assure_directory_exists, |
