fix import of pyx modules when '' is in sys.path
authorSteinn Steinsen <steinnsteinsen@gmail.com>
Wed, 16 Jan 2013 10:38:47 +0000 (10:38 +0000)
committerSteinn Steinsen <steinnsteinsen@gmail.com>
Wed, 16 Jan 2013 23:30:18 +0000 (23:30 +0000)
commit3d17fc9d43403ee94787a96291e493656e5ca0be
treee08747c7cdacb7025c285165179471c885c8bd1e
parentc6f5ffd55cc0552c387992deef6731e926dfee6e
fix import of pyx modules when '' is in sys.path

If '' is in sys.path and a module is found the package_path
is relative and breaks the build process.
pyximport/pyximport.py