← Back to team overview

beeseek-devs team mailing list archive

[Branch ~beeseek-devs/beeseek/trunk] Rev 212: Remove #coding statements.

 

------------------------------------------------------------
revno: 212
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: trunk
timestamp: Sun 2009-02-08 14:14:38 +0100
message:
  Remove #coding statements.
modified:
  beeseek/__init__.py
  beeseek/commands.py
  beeseek/config.py
  beeseek/database/__init__.py
  beeseek/database/base.py
  beeseek/database/nested.py
  beeseek/decoders/__init__.py
  beeseek/decoders/base.py
  beeseek/decoders/chunks.py
  beeseek/decoders/gzip.py
  beeseek/interfaces.py
  beeseek/log.py
  beeseek/network/__init__.py
  beeseek/network/highlevel.py
  beeseek/network/http.py
  beeseek/network/lowlevel.py
  beeseek/network/server.py
  beeseek/options.py
  beeseek/proxy/__init__.py
  beeseek/proxy/handler.py
  beeseek/proxy/main.py
  beeseek/server/handler.py
  beeseek/server/session.py
  beeseek/session.py
  beeseek/tests/__init__.py
  beeseek/tests/database.py
  beeseek/tests/filelocking.py
  beeseek/tests/network.py
  beeseek/ui/__init__.py
  beeseek/ui/html.py
  beeseek/utils/__init__.py
  beeseek/utils/filelocking.py
  beeseek/version.py

=== modified file 'beeseek/__init__.py'
--- beeseek/__init__.py	2009-01-13 13:08:37 +0000
+++ beeseek/__init__.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/commands.py'
--- beeseek/commands.py	2009-01-13 13:08:37 +0000
+++ beeseek/commands.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/config.py'
--- beeseek/config.py	2009-01-13 13:08:37 +0000
+++ beeseek/config.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/database/__init__.py'
--- beeseek/database/__init__.py	2009-02-04 17:08:07 +0000
+++ beeseek/database/__init__.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/database/base.py'
--- beeseek/database/base.py	2009-02-07 13:07:58 +0000
+++ beeseek/database/base.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/database/nested.py'
--- beeseek/database/nested.py	2009-02-07 13:09:42 +0000
+++ beeseek/database/nested.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/decoders/__init__.py'
--- beeseek/decoders/__init__.py	2009-01-20 19:12:58 +0000
+++ beeseek/decoders/__init__.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/decoders/base.py'
--- beeseek/decoders/base.py	2009-01-28 19:25:02 +0000
+++ beeseek/decoders/base.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/decoders/chunks.py'
--- beeseek/decoders/chunks.py	2009-01-28 19:25:02 +0000
+++ beeseek/decoders/chunks.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/decoders/gzip.py'
--- beeseek/decoders/gzip.py	2009-01-28 19:43:31 +0000
+++ beeseek/decoders/gzip.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/interfaces.py'
--- beeseek/interfaces.py	2009-02-01 15:36:25 +0000
+++ beeseek/interfaces.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/log.py'
--- beeseek/log.py	2009-01-13 13:08:37 +0000
+++ beeseek/log.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/network/__init__.py'
--- beeseek/network/__init__.py	2009-02-01 19:39:08 +0000
+++ beeseek/network/__init__.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/network/highlevel.py'
--- beeseek/network/highlevel.py	2009-02-02 16:46:09 +0000
+++ beeseek/network/highlevel.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007, 2008  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/network/http.py'
--- beeseek/network/http.py	2009-02-02 16:46:09 +0000
+++ beeseek/network/http.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/network/lowlevel.py'
--- beeseek/network/lowlevel.py	2009-02-02 17:37:10 +0000
+++ beeseek/network/lowlevel.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/network/server.py'
--- beeseek/network/server.py	2009-02-02 17:06:24 +0000
+++ beeseek/network/server.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/options.py'
--- beeseek/options.py	2009-01-13 13:08:37 +0000
+++ beeseek/options.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/proxy/__init__.py'
--- beeseek/proxy/__init__.py	2009-01-13 13:08:37 +0000
+++ beeseek/proxy/__init__.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/proxy/handler.py'
--- beeseek/proxy/handler.py	2009-02-04 17:11:25 +0000
+++ beeseek/proxy/handler.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/proxy/main.py'
--- beeseek/proxy/main.py	2009-02-08 13:13:59 +0000
+++ beeseek/proxy/main.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/server/handler.py'
--- beeseek/server/handler.py	2009-01-13 13:08:37 +0000
+++ beeseek/server/handler.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/server/session.py'
--- beeseek/server/session.py	2009-01-13 13:08:37 +0000
+++ beeseek/server/session.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/session.py'
--- beeseek/session.py	2009-02-02 17:06:24 +0000
+++ beeseek/session.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/tests/__init__.py'
--- beeseek/tests/__init__.py	2009-01-13 13:08:37 +0000
+++ beeseek/tests/__init__.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/tests/database.py'
--- beeseek/tests/database.py	2009-02-05 18:45:17 +0000
+++ beeseek/tests/database.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/tests/filelocking.py'
--- beeseek/tests/filelocking.py	2009-01-13 13:08:37 +0000
+++ beeseek/tests/filelocking.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/tests/network.py'
--- beeseek/tests/network.py	2009-01-19 19:38:41 +0000
+++ beeseek/tests/network.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/ui/__init__.py'
--- beeseek/ui/__init__.py	2009-01-13 13:08:37 +0000
+++ beeseek/ui/__init__.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/ui/html.py'
--- beeseek/ui/html.py	2009-01-13 13:08:37 +0000
+++ beeseek/ui/html.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/utils/__init__.py'
--- beeseek/utils/__init__.py	2009-01-14 12:48:11 +0000
+++ beeseek/utils/__init__.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/utils/filelocking.py'
--- beeseek/utils/filelocking.py	2009-01-13 13:08:37 +0000
+++ beeseek/utils/filelocking.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify

=== modified file 'beeseek/version.py'
--- beeseek/version.py	2009-01-13 13:08:37 +0000
+++ beeseek/version.py	2009-02-08 13:14:38 +0000
@@ -1,5 +1,3 @@
-#coding=UTF-8
-
 # Copyright (C) 2007-2009  BeeSeek Developers
 #
 # This program is free software: you can redistribute it and/or modify



--
BeeSeek mainline
https://code.launchpad.net/~beeseek-devs/beeseek/trunk

Your team BeeSeek Developers is subscribed to branch lp:beeseek.
To unsubscribe from this branch go to https://code.launchpad.net/~beeseek-devs/beeseek/trunk/+edit-subscription.