From 7f6aa10139b9a3257cd2732832e4aa99064dbd07 Mon Sep 17 00:00:00 2001 From: Ivan Kalev Date: Wed, 9 Oct 2013 19:45:59 +0200 Subject: [PATCH] Add: Missing docstring --- csb/build.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csb/build.py b/csb/build.py index 48289d9..e533ee3 100644 --- a/csb/build.py +++ b/csb/build.py @@ -298,7 +298,9 @@ def _doc(self, version): sys.argv = argv def _compile(self): - + """ + Byte-compile all modules and packages. + """ self.log('\n# Byte-compiling all *.py files...') quiet = self.verbosity <= 1