summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-18 21:19:13 +0200
committerhukl <contact@smyck.org>2009-04-18 21:19:13 +0200
commit5fc6ef71ef53714ca66da1894ee38aa0e259afb6 (patch)
tree23f4f31bdd3be7b785419bd892b6a0e3892930bf /lib
parent6b936cf82f5357f97aaa909ee4f137b944080ffc (diff)
fixing the authors importer
Diffstat (limited to 'lib')
-rw-r--r--lib/authors_importer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/authors_importer.rb b/lib/authors_importer.rb
index 08b3be9..8532a95 100644
--- a/lib/authors_importer.rb
+++ b/lib/authors_importer.rb
@@ -1,5 +1,5 @@
1require 'csv' 1require 'csv'
2 2require 'digest/sha1'
3 3
4class AuthorsImporter 4class AuthorsImporter
5 5