diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 257: Fix typo

Message ID 20111011103514.21793.67834.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Oct. 11, 2011, 10:35 a.m. UTC
------------------------------------------------------------
revno: 257
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Tue 2011-10-11 11:49:21 +0200
message:
  Fix typo
modified:
  setup.py


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'setup.py'
--- setup.py	2011-10-11 09:48:46 +0000
+++ setup.py	2011-10-11 09:49:21 +0000
@@ -50,7 +50,7 @@ 
         "Intended Audience :: Developers",
         "License :: OSI Approved :: GNU Affero General Public License v3",
         ("License :: OSI Approved :: GNU Library or Lesser General Public"
-         " License (LGPL)",)
+         " License (LGPL)"),
         "Operating System :: OS Independent",
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",