Some minor cleanups.

This commit is contained in:
Griatch 2013-02-01 21:51:38 +01:00
parent 88f327ba40
commit 11d1114f61
4 changed files with 19 additions and 19 deletions

View file

@ -1,3 +1,4 @@
# simple check to determine if we are currently running under pypy.
try:
import __pypy__ as is_pypy
except ImportError: