Skip to content

Commit

Permalink
Add: Missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kalev committed Oct 9, 2013
1 parent fe14843 commit 7f6aa10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion csb/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f6aa10

Please sign in to comment.