[mousetrap/gnome3-wip: 38/240] Bug 728182 - PEP 8 Compliance updated.



commit 5475e8da7a5b80e559c51a00260fa5d7d2c6d0bf
Author: Joshua Anderson <jsm69 wildcats unh edu>
Date:   Fri Apr 25 17:19:40 2014 -0400

    Bug 728182 - PEP 8 Compliance updated.

 src/mousetrap/__init__.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/mousetrap/__init__.py b/src/mousetrap/__init__.py
index 7e8b8d7..7284fed 100644
--- a/src/mousetrap/__init__.py
+++ b/src/mousetrap/__init__.py
@@ -18,8 +18,8 @@
 # You should have received a copy of the GNU General Public License
 # along with mouseTrap.  If not, see <http://www.gnu.org/licenses/>.
 
-__id__        = "$Id$"
-__version__   = "$Revision$"
-__date__      = "$Date$"
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
 __copyright__ = "Copyright (c) 2008 Flavio Percoco Premoli"
-__license__   = "GPLv2"
+__license__ = "GPLv2"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]