mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-05 15:21:06 +00:00
ef9570c315
This recreates pull request #2192
7 lines
98 B
Python
7 lines
98 B
Python
import os
|
|
|
|
|
|
def getDataPath():
|
|
resdir = os.path.join(os.path.dirname(__file__))
|
|
return resdir
|