mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
6 lines
117 B
Python
6 lines
117 B
Python
try:
|
|
from libtoontown import *
|
|
except ImportError , e:
|
|
print " ** Warning * Failed to load -->", e
|
|
|