diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-06-05 19:59:17 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-06-05 19:59:17 +0200 |
| commit | 61138f2ece0cb864b933698174315c34a78835d1 (patch) | |
| tree | bf764cc491c7f29bb4e9cb97b42d75b4b5c6458b /lib/git/mp/__init__.py | |
| parent | 50e469109eed3a752d9a1b0297f16466ad92f8d2 (diff) | |
| download | GitPython-61138f2ece0cb864b933698174315c34a78835d1.tar.gz GitPython-61138f2ece0cb864b933698174315c34a78835d1.zip | |
Moved multiprocessing modules into own package, as they in fact have nothing to do with the object db. If that really works the way I want, it will become an own project, called async
Diffstat (limited to 'lib/git/mp/__init__.py')
| -rw-r--r-- | lib/git/mp/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/git/mp/__init__.py b/lib/git/mp/__init__.py new file mode 100644 index 00000000..89b9eb47 --- /dev/null +++ b/lib/git/mp/__init__.py @@ -0,0 +1 @@ +"""Initialize the multi-processing package""" |
