From 01c4e897134161bbf74bcfce91b9ac00ff19fb58 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Tue, 14 Feb 2017 12:51:47 +0100 Subject: [PATCH] Remove reference to contrib/ in setup.py regen_pot_file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 895abb028..b634fe4e9 100755 --- a/setup.py +++ b/setup.py @@ -422,7 +422,7 @@ try: # cannot use super() with old-style parent class babel.extract_messages.initialize_options(self) self.output_file = 'po/picard.pot' - self.input_dirs = 'contrib, picard' + self.input_dirs = 'picard' if self.input_dirs and input_dirs_workaround: self._input_dirs = self.input_dirs