Drop some unused imports and turn `if not X in` into `if X not in`. Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
Fixes #697