0

Really make lower-left the default everywhere

This commit is contained in:
Ryan Rector
2011-07-23 11:23:14 -06:00
parent b6a2447b9c
commit 5afdff09cc
4 changed files with 4 additions and 4 deletions

View File

@@ -224,7 +224,7 @@ def main():
if options.north_direction:
north_direction = options.north_direction
else:
north_direction = 'upper-right'
north_direction = 'lower-left'
logging.getLogger().setLevel(
logging.getLogger().level + 10*options.quiet)