Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/env.py
blob: e30daa2d501d128705b1a4c7ac90dff572949897 (plain)
1
2
3
4
5
6
7
8
9
import os

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