Skip to content

Commit

Permalink
fixing missing csv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
onomojo committed Dec 11, 2009
1 parent a503725 commit 4d21a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/contacts/aol.rb
Expand Up @@ -9,6 +9,7 @@ def to_query_string

class Contacts
require 'hpricot'
require 'csv'
class Aol < Base
URL = "http://www.aol.com/"
LOGIN_URL = "https://my.screenname.aol.com/_cqr/login/login.psp"
Expand Down

0 comments on commit 4d21a32

Please sign in to comment.