From ab59f78341f1dd188aaf4c30526f6295c63438b1 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 5 Jun 2010 20:03:09 +0200 Subject: Renamed mp to async, as this is a much better name for what is actually going on. The default implementation uses threads, which ends up being nothing more than async, as they are all locked down by internal and the global interpreter lock --- lib/git/mp/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 lib/git/mp/__init__.py (limited to 'lib/git/mp/__init__.py') diff --git a/lib/git/mp/__init__.py b/lib/git/mp/__init__.py deleted file mode 100644 index 89b9eb47..00000000 --- a/lib/git/mp/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Initialize the multi-processing package""" -- cgit v1.2.3