Skip to content

Commit

Permalink
Eliminated outdated references to wuclan/domains, and commented out e…
Browse files Browse the repository at this point in the history
…nvironment capturing pragma at the start that jruby doesn't like so much.
  • Loading branch information
applio committed Sep 1, 2009
1 parent e58ccd3 commit 4c02912
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/twitter/parse/parse_twitter_requests.rb
@@ -1,15 +1,15 @@
#!/usr/bin/env ruby
$: << ENV['WUKONG_PATH']
#!/usr/bin/env jruby
#$: << ENV['WUKONG_PATH']
require 'rubygems'
require 'trollop'
require 'wukong'
require 'monkeyshines'
require 'wuclan/domains/twitter'
require 'wuclan/twitter'
# un-namespace request classes.
include Wuclan::Twitter::Scrape
include Wuclan::Twitter::Model
# if you're anyone but original author this next require is useless but harmless.
require 'wuclan/domains/twitter/scrape/old_skool_request_classes'
require 'wuclan/twitter/scrape/old_skool_request_classes'

#
#
Expand Down

0 comments on commit 4c02912

Please sign in to comment.