Rename HTML to web

This commit is contained in:
Daniel Narvaez
2013-05-30 14:55:27 +02:00
parent 8e381f9e2f
commit a1b73ff527
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ sugar_PYTHON = \
activityhandle.py \
activityservice.py \
bundlebuilder.py \
htmlactivity.py \
webactivity.py \
i18n.py \
widgets.py
@@ -27,7 +27,7 @@ assert GdkX11
from gi.repository import SugarExt
class HTMLActivity(Gtk.Window):
class WebActivity(Gtk.Window):
def __init__(self, handle):
Gtk.Window.__init__(self)