aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/uzbl/scripts/cookie_daemon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/data/uzbl/scripts/cookie_daemon.py b/examples/data/uzbl/scripts/cookie_daemon.py
index f661a9f..8a2e154 100755
--- a/examples/data/uzbl/scripts/cookie_daemon.py
+++ b/examples/data/uzbl/scripts/cookie_daemon.py
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# For configuration and cookie daemon usage examples check out the the
+# For configuration and cookie daemon usage examples check out the the
# cookie daemon wiki page at http://www.uzbl.org/wiki/cookie_daemon.py
#
# Issues:
@@ -443,4 +443,4 @@ if __name__ == "__main__":
for key in ['cookie_socket', 'cookie_jar']:
config[key] = os.path.expandvars(config[key])
- CookieMonster().run()
+ CookieMonster().run() \ No newline at end of file