Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <dirakx@gmail.com>2013-03-15 05:18:19 (GMT)
committer Rafael Ortiz <dirakx@gmail.com>2013-03-15 05:18:19 (GMT)
commit9ee45b1c912b8eb3726328899259648a934cb548 (patch)
tree5f0e1e997f59d3e017a143567c2e9c3a41fea609
parent260fdb96b6d7ae419cf75bfacaf8d9a9cb71982a (diff)
import before comment
-rwxr-xr-xactivity.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index f5bb55b..5b57396 100755
--- a/activity.py
+++ b/activity.py
@@ -16,9 +16,10 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-"""Pippy activity helper classes."""
from sugar3.activity import activity
+"""Pippy activity helper classes."""
+
class ViewSourceActivity(activity.Activity):
"""Activity subclass which handles the 'view source' key."""