aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-21 20:37:33 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-21 20:37:33 +0800
commitdce905d4c97869bc704aab1f8919d94786f852c7 (patch)
tree58a915ea8055a3250ba676236e03ec780c359614
parenta70ea8f85c3f5ba2fc361da9ba426aa292283413 (diff)
Remove references to simplejson
-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.