From d921a2a475b677b0d617a0e785bb1a60d200b6a6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 3 Jun 2012 13:23:30 +0530 Subject: [PATCH] ... --- setup/extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/extensions.py b/setup/extensions.py index 586c43fe7a..c0132d7359 100644 --- a/setup/extensions.py +++ b/setup/extensions.py @@ -368,7 +368,7 @@ class Build(Command): self.info('\n####### Building calibre style', '#'*7) sdir = self.j(self.SRC, 'qtcurve') def path(x): - if x: x=self.j(sdir, x) + x=self.j(sdir, x) return ('"%s"'%x).replace(os.sep, '/') headers = [ "common/colorutils.h",