]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
pylint clean init_dirs.py
[dak.git] / ChangeLog
index 411370901da52da3128d28796dd822f98cfd76ad..722c1f7da84fc032d3a222164eed64574b46f944 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2006-05-18  James Troup  <james@nocrew.org>
 
+       * dak/init_dirs.py: pylint cleanups - long lines, unused globals,
+       docstrings, untabify, don't shadow builtins, lowercase non-global
+       variable names, spaces after commas.  Also bail if given any
+       arguments since we don't accept any.
+
+       * dak/init_db.py (main): check returned value from
+       database.get_archive_id().
+
        * dak/dak.py: renamed from shell.py.  Update to support new source
        layout.  Created init() and usage() functions.  Various
        pylint-inspired cleanups.  Use daklib utils.warn() and