From f44fae97710483f71bb1cbdcbe5bb41656660486 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 23 Mar 2011 22:48:21 +0100 Subject: Python3 compatibility --- plugins/plugin_example.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/plugin_example.py b/plugins/plugin_example.py index 695af52..9361921 100644 --- a/plugins/plugin_example.py +++ b/plugins/plugin_example.py @@ -10,7 +10,7 @@ # Author: Stefan Ritter # Description: Example plugin -print '

' -print ' This blog is powered by Blogthon! ' -print '

' -print '' +print("

") +print(" This blog is powered by Blogthon! ") +print("

") +print("") -- cgit v1.2.3