Browse Source

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

This reverts commit 72d68a3680fe0741fa0fa1e3b63f9dab3b3b4494.
Aaron Newton 15 years ago
parent
commit
c16ca0c042
1 changed files with 1 additions and 1 deletions
  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/Hue'
+_GALLERY_DIR = 'gallery'
 
 EXTERNAL_PATHS = dict(
   jframe_demos = _GALLERY_DIR + '/JFrame_Demos',