diff options
Diffstat (limited to 'constants.py')
-rw-r--r-- | constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py index 73865b1cc..88df39970 100644 --- a/constants.py +++ b/constants.py @@ -65,6 +65,7 @@ FIRSTBOOT_RECONFIG = 2 import product productName = product.productName productVersion = product.productVersion +productPath = product.productPath exceptionText = N_("An unhandled exception has occurred. This " "is most likely a bug. Please copy the " |