From: Adam Sampson Date: Wed, 21 May 2003 13:37:29 +0000 (+0000) Subject: Remove pre-0.5 workaround. X-Git-Tag: v1.0^0 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=84625d029b5269ff7d862a8affe8a707c49e51f7;p=rawdog%2F.git Remove pre-0.5 workaround. --- diff --git a/rawdog b/rawdog index 7db2277..fd57082 100644 --- a/rawdog +++ b/rawdog @@ -17,10 +17,7 @@ # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA, or see http://www.gnu.org/. -# Rawdog, Article and Feed are imported to allow loading of state from versions -# prior to 0.4. (This should be removed for 0.5, since pickle updates the -# module path correctly once the state has been pickled again.) -from rawdoglib.rawdog import main, Rawdog, Article, Feed +from rawdoglib.rawdog import main import sys if __name__ == "__main__":