[postr] Re-add needed module imports



commit 73ef8106fcb82eb1afb1e7e8e463add08b4940eb
Author: Bruce Guenter <bruce untroubled org>
Date:   Mon Jul 7 12:41:05 2014 -0600

    Re-add needed module imports
    
    These modules are required when the UI is loaded by GtkBuilder
    
    Reverts part of
      2962fb382337d330f26255a04075f90cc9602770 "Remove unused module imports"

 src/postr.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/postr.py b/src/postr.py
index 98b412f..09daef2 100644
--- a/src/postr.py
+++ b/src/postr.py
@@ -39,7 +39,7 @@ from AboutDialog import AboutDialog
 from AuthenticationDialog import AuthenticationDialog
 from ProgressDialog import ProgressDialog
 from ErrorDialog import ErrorDialog
-import ImageStore, ImageList, GroupSelector
+import ImageStore, ImageList, GroupSelector, StatusBar, SetCombo, TagsEntry, PrivacyCombo, SafetyCombo, 
ContentTypeCombo, LicenseCombo
 from proxyclient import EXTRA_STEP_SET_ID, EXTRA_STEP_GROUPS, EXTRA_STEP_LICENSE, EXTRA_STEP_NEW_SET, 
UploadProgressTracker
 
 from flickrest import Flickr


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]