diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2014-04-09 17:41:52 +0200 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2014-04-09 17:45:09 +0200 |
commit | 14625c6ed115af2206e379bc92ad2adf96f6cff9 (patch) | |
tree | e03b545996c076e9c267e070379e4a8cf2884637 /grc/base/Platform.py | |
parent | 0b69cb314c4e63dc82bd971551cb2cdbae12a302 (diff) |
grc: nicer output of blocks paths and prefs file
Diffstat (limited to 'grc/base/Platform.py')
-rw-r--r-- | grc/base/Platform.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/base/Platform.py b/grc/base/Platform.py index 3ff80e8a03..187a50c01c 100644 --- a/grc/base/Platform.py +++ b/grc/base/Platform.py @@ -196,6 +196,7 @@ class Platform(_Element): def get_license(self): return self._license def get_website(self): return self._website def get_colors(self): return self._colors + def get_block_paths(self): return self._block_paths ############################################## # Constructors |