0

refactored c extensions into one

This commit is contained in:
Aaron Griffith
2011-03-08 17:43:50 -05:00
parent 7555bcf1af
commit 07dd219d20
8 changed files with 123 additions and 268 deletions

View File

@@ -25,7 +25,7 @@ alpha-over extension cannot be found.
extension_alpha_over = None
try:
from _composite import alpha_over as _extension_alpha_over
from c_overviewer import alpha_over as _extension_alpha_over
extension_alpha_over = _extension_alpha_over
except ImportError:
pass