Changed libdirect to libp3direct, with fallback

This commit is contained in:
Josh Yelon 2007-02-09 18:05:30 +00:00
parent a1e6867d15
commit 4546fcaf38

View File

@ -1,5 +1,8 @@
from extension_native_helpers import *
from libdirect import *
try:
from libp3direct import *
except:
from libdirect import *
#####################################################################