dialogs/BrowseLocationsDialog.py
changeset 1749 d73b64672238
parent 1745 f9d32913bad4
child 1762 fcc406143e5b
--- a/dialogs/BrowseLocationsDialog.py	Wed Aug 16 12:30:31 2017 +0300
+++ b/dialogs/BrowseLocationsDialog.py	Wed Aug 16 12:48:08 2017 +0300
@@ -42,6 +42,8 @@
             (_("Input"), [LOCATION_VAR_INPUT]),
             (_("Output"), [LOCATION_VAR_OUTPUT]),
             (_("Memory"), [LOCATION_VAR_MEMORY])]
+
+
 DIRFILTERCHOICE_OPTIONS = dict([(_(option), filter) for option, filter in GetDirFilterChoiceOptions()])
 
 
@@ -51,6 +53,7 @@
             _("Type and derivated"),
             _("Type strict")]
 
+
 # turn LOCATIONDATATYPES inside-out
 LOCATION_SIZES = {}
 for size, types in LOCATIONDATATYPES.iteritems():