aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/INSTALL1
-rwxr-xr-xexamples/data/scripts/uzbl-tabbed3
2 files changed, 0 insertions, 4 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index c795502..61a40e3 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -43,7 +43,6 @@ Dependencies which are optional for uzbl-core are marked with an asterisk. (i.e.
* pango [*]
* pygtk [*]
* pygobject [*]
-* python-simplejson [*]
Make dependencies
-----------------
diff --git a/examples/data/scripts/uzbl-tabbed b/examples/data/scripts/uzbl-tabbed
index 3112624..160c562 100755
--- a/examples/data/scripts/uzbl-tabbed
+++ b/examples/data/scripts/uzbl-tabbed
@@ -54,9 +54,6 @@
# pango - python bindings needed for text rendering & layout in gtk widgets.
# pygobject - GLib's GObject bindings for python.
#
-# Optional dependencies:
-# simplejson - save uzbl_tabbed.py sessions & presets in json.
-#
# Note: I haven't included version numbers with this dependency list because
# I've only ever tested uzbl_tabbed.py on the latest stable versions of these
# packages in Gentoo's portage. Package names may vary on different systems.