Преглед на файлове

Fix build. Gallery directory moved from gallery to gallery/Hue.

Tested all desktop tests to ensure that directory change didn't break other tests.
Marcus McLaughlin преди 15 години
родител
ревизия
72d68a3680
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      apps/jframegallery/src/jframegallery/views.py

+ 1 - 1
apps/jframegallery/src/jframegallery/views.py

@@ -40,7 +40,7 @@ LOG = logging.getLogger(__name__)
 
 _CWD = os.path.dirname(__file__)
 
-_GALLERY_DIR = 'gallery'
+_GALLERY_DIR = 'gallery/Hue'
 
 EXTERNAL_PATHS = dict(
   jframe_demos = _GALLERY_DIR + '/JFrame_Demos',