Move build products into out/
[iron-blogger] / show-week.py
index a21f14cb9cac3ec96be004954ade3f4c8f5ab120..79dc4bc955609326263efc351a4041f50785a609 100644 (file)
@@ -6,7 +6,7 @@ import sys
 
 START = datetime.datetime(2009, 12, 21, 6)
 
-with open('report.yml') as r:
+with open('out/report.yml') as r:
     report = yaml.safe_load(r)
 
 with open('bloggers.yml') as f:

Benjamin Mako Hill || Want to submit a patch?