git.py: remove all external dependencies
commit8d893bb747555dcd33c9f38bcda14286e6f43817
authorDavid Aguilar <davvid@gmail.com>
Tue, 6 May 2008 07:09:12 +0000 (6 00:09 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 6 May 2008 07:09:12 +0000 (6 00:09 -0700)
treeca3c1bff83de4e2285609acc24deed9838da8058
parent43b4794db74fe9c89157fa6184e59ee2ba76cab5
git.py: remove all external dependencies

The git.py module is now dependent on Python only.
Previously, it depended on the ugit.utils and PyQt4.QtCore
modules.  All process management is handled by subprocess.

Signed-off-by: David Aguilar <davvid@gmail.com>
ugit/git.py