diff --git a/BuiltInSearchResults.py b/SearchBar/BuiltInSearchResults.py similarity index 100% rename from BuiltInSearchResults.py rename to SearchBar/BuiltInSearchResults.py diff --git a/GetItemGroups.py b/SearchBar/GetItemGroups.py similarity index 100% rename from GetItemGroups.py rename to SearchBar/GetItemGroups.py diff --git a/IndentedItemDelegate.py b/SearchBar/IndentedItemDelegate.py similarity index 100% rename from IndentedItemDelegate.py rename to SearchBar/IndentedItemDelegate.py diff --git a/Init.py b/SearchBar/Init.py similarity index 100% rename from Init.py rename to SearchBar/Init.py diff --git a/InitGui.py b/SearchBar/InitGui.py similarity index 94% rename from InitGui.py rename to SearchBar/InitGui.py index 94a8b25..9f01cff 100644 --- a/InitGui.py +++ b/SearchBar/InitGui.py @@ -1,3 +1,6 @@ +import sys +print("HIIIIIIIIIIIIIIII") +print("HOOOOOOOOOOOOOOOOOOO", file=sys.stderr) # Avoid garbage collection by storing the action in a global variable wax = None sea = None diff --git a/RefreshTools.py b/SearchBar/RefreshTools.py similarity index 100% rename from RefreshTools.py rename to SearchBar/RefreshTools.py diff --git a/ResultsDocument.py b/SearchBar/ResultsDocument.py similarity index 100% rename from ResultsDocument.py rename to SearchBar/ResultsDocument.py diff --git a/ResultsPreferences.py b/SearchBar/ResultsPreferences.py similarity index 100% rename from ResultsPreferences.py rename to SearchBar/ResultsPreferences.py diff --git a/ResultsRefreshTools.py b/SearchBar/ResultsRefreshTools.py similarity index 100% rename from ResultsRefreshTools.py rename to SearchBar/ResultsRefreshTools.py diff --git a/ResultsToolbar.py b/SearchBar/ResultsToolbar.py similarity index 100% rename from ResultsToolbar.py rename to SearchBar/ResultsToolbar.py diff --git a/SafeViewer.py b/SearchBar/SafeViewer.py similarity index 100% rename from SafeViewer.py rename to SearchBar/SafeViewer.py diff --git a/SearchBox.py b/SearchBar/SearchBox.py similarity index 100% rename from SearchBox.py rename to SearchBar/SearchBox.py diff --git a/SearchBoxLight.py b/SearchBar/SearchBoxLight.py similarity index 100% rename from SearchBoxLight.py rename to SearchBar/SearchBoxLight.py diff --git a/SearchResults.py b/SearchBar/SearchResults.py similarity index 100% rename from SearchResults.py rename to SearchBar/SearchResults.py diff --git a/Serialize.py b/SearchBar/Serialize.py similarity index 100% rename from Serialize.py rename to SearchBar/Serialize.py diff --git a/Tango-System-search.svg b/SearchBar/Tango-System-search.svg similarity index 100% rename from Tango-System-search.svg rename to SearchBar/Tango-System-search.svg diff --git a/Tango-System-search.svg.url b/SearchBar/Tango-System-search.svg.url similarity index 100% rename from Tango-System-search.svg.url rename to SearchBar/Tango-System-search.svg.url diff --git a/Tango-Tools-spanner-hammer.svg b/SearchBar/Tango-Tools-spanner-hammer.svg similarity index 100% rename from Tango-Tools-spanner-hammer.svg rename to SearchBar/Tango-Tools-spanner-hammer.svg diff --git a/Tango-Tools-spanner-hammer.svg.url b/SearchBar/Tango-Tools-spanner-hammer.svg.url similarity index 100% rename from Tango-Tools-spanner-hammer.svg.url rename to SearchBar/Tango-Tools-spanner-hammer.svg.url