diff options
Diffstat (limited to 'src/Gui/CCDump.py')
| -rw-r--r-- | src/Gui/CCDump.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Gui/CCDump.py b/src/Gui/CCDump.py index 5e2e651..38fc369 100644 --- a/src/Gui/CCDump.py +++ b/src/Gui/CCDump.py @@ -34,3 +34,9 @@ class Dump(): except Exception, e: print e return int(self.Time) + + def getPackageName(self): + return self.Package[:self.Package.find("-")] + + def getDescription(self): + return self.Description |
