diff options
| author | michele.simionato <devnull@localhost> | 2009-01-09 08:28:09 +0000 |
|---|---|---|
| committer | michele.simionato <devnull@localhost> | 2009-01-09 08:28:09 +0000 |
| commit | 53aea0e07b603b1f617b33a7c4ace8bd7e288981 (patch) | |
| tree | bee194f53e621ce6b183a70923dd5310412cf680 /documentation.py | |
| parent | f3822baacd13ea07dd82bfa98ccf77db34548fe8 (diff) | |
| download | python-decorator-git-53aea0e07b603b1f617b33a7c4ace8bd7e288981.tar.gz | |
Hacked setup.py to upload the documentation in a beatiful format, following
the comment on http://www.artima.com/weblogs/viewpost.jsp?thread=245050
Diffstat (limited to 'documentation.py')
| -rw-r--r-- | documentation.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation.py b/documentation.py index 11b2078..82b4fa4 100644 --- a/documentation.py +++ b/documentation.py @@ -775,10 +775,7 @@ you are unhappy with it, send me a patch! """ from __future__ import with_statement import sys, threading, time, functools, inspect, itertools -try: - import multiprocessing -except ImportError: - import processing as multiprocessing +import multiprocessing from decorator import * from setup import VERSION |
