e08d687 Code style improvements.

Merged and Committed by bignose 7 years ago
    Code style improvements.
    
    * wip/maintenance/code-style:
      Correct over-long lines.
      Explicitly enumerate items exported from the ‘daemon’ package.
      Align closing bracket syntax with first line.
      Correctly separate in-line comments.
      Correct syntax for defining dictionary values.
      Correct a typographical error.
      Remove unused name bindings.
      Correct idiom for identity comparator.
      Correct ordering of import statements.
      Remove unused imports.
      Correct expected blank lines.
    
        
file modified
+3 -0
file modified
+1 -1
file modified
+5 -6
file modified
+7 -3
file modified
+1 -1
file modified
+5 -8
file modified
+32 -30
file modified
+10 -10
file modified
+8 -9
file modified
+33 -44
file modified
+35 -24
file modified
+14 -11