aboutsummaryrefslogtreecommitdiff
path: root/atom_single.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-18 00:13:11 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-18 00:13:11 +0100
commit550af3cfe7177a881ce08431ef9789a352885cdf (patch)
tree374cda73c27807a8bc4477058675704c3c7b3698 /atom_single.rb
parentc070e384c317f60974c391052bc11f2519c01bb8 (diff)
restructured datepoll -> timepollhead (not ready yet)
Diffstat (limited to '')
-rwxr-xr-xatom_single.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/atom_single.rb b/atom_single.rb
index 048b1d6..b07faa1 100755
--- a/atom_single.rb
+++ b/atom_single.rb
@@ -20,8 +20,6 @@ olddir = File.expand_path(".")
Dir.chdir("..")
load "config.rb"
require "poll"
-require "datepoll"
-require "timepoll"
Dir.chdir(olddir)
poll = YAML::load_file("data.yaml")