Fix some locale problems.
[wolnelektury.git] / wolnelektury / settings / static.py
index e1e8594..2ed7b38 100644 (file)
@@ -1,5 +1,5 @@
 from os import path
-from settings.paths import PROJECT_DIR
+from .paths import PROJECT_DIR
 
 # Absolute path to the directory that holds media.
 # Example: "/home/media/media.lawrence.com/"
@@ -80,7 +80,6 @@ PIPELINE_JS = {
             'pdcounter/pdcounter.js',
             'sponsors/js/sponsors.js',
             'player/openplayer.js',
-
             'js/search.js',
             ),
         'output_filename': 'js/base.min.js',