You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
211 B
Python

18 years ago
try:
18 years ago
from sugar.__uninstalled__ import internal_get_data_file
18 years ago
except ImportError:
18 years ago
from sugar.__installed__ import internal_get_data_file
18 years ago
def get_data_file(filename):
return internal_get_data_file(filename)