From 603a51f25aeeee66cad693480dce4e9cf2c55864 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 22 Sep 2010 18:31:37 +0200 Subject: bugfix: atom feed caused exception --- atom.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'atom.rb') diff --git a/atom.rb b/atom.rb index b648998..901fb9c 100755 --- a/atom.rb +++ b/atom.rb @@ -31,6 +31,9 @@ $cgi = CGI.new feed = Atom::Feed.new olddir = File.expand_path(".") Dir.chdir("..") +def _(string) + string +end load "config.rb" require "poll" Dir.chdir(olddir) -- cgit v1.2.3