Remove unused (commented out) code (see #103)
This commit is contained in:
parent
2b1edc715f
commit
ccf68deff7
4 changed files with 0 additions and 20 deletions
|
@ -17,16 +17,3 @@ if os.path.exists(localedirdev):
|
|||
# Set GSettings schema dir (if not set already)
|
||||
if not os.environ.get('GSETTINGS_SCHEMA_DIR'):
|
||||
os.environ['GSETTINGS_SCHEMA_DIR'] = datadirdev
|
||||
|
||||
|
||||
class Environment:
|
||||
"""Wrapper class to access environment settings."""
|
||||
|
||||
def get_srcdir():
|
||||
return srcdir
|
||||
|
||||
def get_data(subdir):
|
||||
return os.path.join(datadir, subdir)
|
||||
|
||||
def get_locale():
|
||||
return localedir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue