Skip to content

Commit

Permalink
Fix atexit TypeError during tests as per http://www.eby-sarna.com/pip…
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Oct 6, 2011
1 parent 6a1a2cf commit 250da53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from setuptools import setup, find_packages

import multiprocessing, logging

# Requirements to install buffet plugins and engines
_extra_cheetah = ["Cheetah>=1.0", "TurboCheetah>=0.9.5"]
_extra_genshi = ["Genshi >= 0.3.5"]
Expand Down

0 comments on commit 250da53

Please sign in to comment.