sugar-toolkit-gtk3/sugar/env.py

10 lines
180 B
Python
Raw Normal View History

2006-05-12 23:42:40 +02:00
import os
2006-05-12 08:46:59 +02:00
try:
2006-05-12 23:42:40 +02:00
from sugar.__uninstalled__ import *
2006-05-12 08:46:59 +02:00
except ImportError:
2006-05-12 23:42:40 +02:00
from sugar.__installed__ import *
2006-05-12 08:46:59 +02:00
def get_data_file(filename):
return internal_get_data_file(filename)