diff options
-rw-r--r-- | combox/gui.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/combox/gui.py b/combox/gui.py index b6e9eab..df1118a 100644 --- a/combox/gui.py +++ b/combox/gui.py @@ -390,8 +390,7 @@ class ComboxConfigDialog(object): lambda e: self.destroy_askdirectory_button()) last_occ_row = last_occ_row + 2 - - + # # It is here for testing purposes only, will be removed in the future. |