Browse Source

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

This reverts commit 72d68a3680fe0741fa0fa1e3b63f9dab3b3b4494.
Aaron Newton 15 năm trước cách đây
mục cha
commit
c16ca0c042

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

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