]> gitweb.factorcode.org Git - factor.git/commitdiff
gotta load urls.secure to use https
authorJoe Groff <arcata@gmail.com>
Fri, 13 Feb 2009 04:56:46 +0000 (22:56 -0600)
committerJoe Groff <arcata@gmail.com>
Fri, 13 Feb 2009 04:56:46 +0000 (22:56 -0600)
extra/twitter/twitter.factor

index eceb40c1c25e45ec41c8c03116ec80ee7e95a05e..707bcceda6afe2c8e3a94db97572fe80d4028c14 100644 (file)
@@ -1,5 +1,5 @@
 USING: accessors assocs hashtables http http.client json.reader
-kernel namespaces urls.encoding ;
+kernel namespaces urls.secure urls.encoding ;
 IN: twitter
 
 SYMBOLS: twitter-username twitter-password ;