aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-08-09 01:18:24 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-08-09 01:18:24 +0800
commitb1f012aa38fd0238a2e88d6a96ccc23986dd2d96 (patch)
treeabbab76fb504515352dbaa98caf97520dfc3aa89 /examples
parentbdfa6ebf88d1f0af0403f9e345bbffa3cbc65044 (diff)
Cleaned up trailing whitespace.
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