Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."""