Skip to content

Commit

Permalink
Removed extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
mchelem committed Sep 17, 2012
1 parent 3c925de commit c0ec536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion intro_web_data/delicious_import.py
Expand Up @@ -38,7 +38,6 @@ def __init__(self, username, password=''):


writer = csv.writer(open("links.csv", 'wb')) writer = csv.writer(open("links.csv", 'wb'))
for entry in data: for entry in data:
print entry
writer.writerow(entry) writer.writerow(entry)




Expand Down

0 comments on commit c0ec536

Please sign in to comment.