Rev 1: Empty shell. in file:///v/home/vila/.bazaar/plugins/localTestServer/

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed May 21 14:38:55 BST 2008


At file:///v/home/vila/.bazaar/plugins/localTestServer/

------------------------------------------------------------
revno: 1
revision-id: v.ladeuil+lp at free.fr-20080521133855-nnfdmllwsyvohof9
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: localTestServer
timestamp: Wed 2008-05-21 15:38:55 +0200
message:
  Empty shell.
  
  * __init__.py: 
  Simplest empty plugin I can think of.
added:
  __init__.py                    __init__.py-20080521133755-h9wimitytocyyxyv-1
-------------- next part --------------
=== added file '__init__.py'
--- a/__init__.py	1970-01-01 00:00:00 +0000
+++ b/__init__.py	2008-05-21 13:38:55 +0000
@@ -0,0 +1,20 @@
+# Copyright (C) 2008 Canonical Ltd
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+"""Plugin description."""
+
+def load_tests(basic_tests, module, loader):
+    return basic_tests



More information about the bazaar-commits mailing list