1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From a91aee5b7039b6e0139b214bcedff03b899c5870 Mon Sep 17 00:00:00 2001
From: Ivan Udovichenko <iudovichenko@mirantis.com>
Date: Tue, 8 Sep 2015 23:19:41 +0300
Subject: [PATCH] Debianize
---
xstatic/pkg/bootswatch/__init__.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: python-xstatic-bootswatch/xstatic/pkg/bootswatch/__init__.py
===================================================================
--- python-xstatic-bootswatch.orig/xstatic/pkg/bootswatch/__init__.py
+++ python-xstatic-bootswatch/xstatic/pkg/bootswatch/__init__.py
@@ -37,10 +37,10 @@ HOMEPAGE = 'http://bootswatch.com'
# this refers to all files:
LICENSE = 'MIT'
-from os.path import join, dirname
-BASE_DIR = join(dirname(__file__), 'data')
+#from os.path import join, dirname
+#BASE_DIR = join(dirname(__file__), 'data')
# linux package maintainers just can point to their file locations like this:
-#BASE_DIR = '/usr/share/javascript/' + NAME
+BASE_DIR = '/usr/share/javascript/' + NAME
# location of the Javascript file that's the entry point for this package, if
# one exists, relative to BASE_DIR
|