[Python-modules-commits] r15913 - in packages/web2py/trunk/debian (8 files)

jredrejo at users.alioth.debian.org jredrejo at users.alioth.debian.org
Mon Feb 28 19:36:15 UTC 2011


    Date: Monday, February 28, 2011 @ 19:36:13
  Author: jredrejo
Revision: 15913

cleaning up lintian warnings

Added:
  packages/web2py/trunk/debian/patches/fix_interpreters
  packages/web2py/trunk/debian/web2py.xpm
Modified:
  packages/web2py/trunk/debian/copyright
  packages/web2py/trunk/debian/patches/series
  packages/web2py/trunk/debian/python-web2py.install
  packages/web2py/trunk/debian/python-web2py.menu
  packages/web2py/trunk/debian/rules
  packages/web2py/trunk/debian/web2py.1

Modified: packages/web2py/trunk/debian/copyright
===================================================================
--- packages/web2py/trunk/debian/copyright	2011-02-28 18:02:29 UTC (rev 15912)
+++ packages/web2py/trunk/debian/copyright	2011-02-28 19:36:13 UTC (rev 15913)
@@ -30,8 +30,8 @@
 
 File gluon/contrib/rss2.py:
     This is copyright (c) by Dalke Scientific Software, LLC.
-    License: BSD.  
-    See "/usr/share/common-licenses/BSD"
+    License: BSD 
+    The complete text of this license is included below.
     
 Directory gluon/contrib/markdown/*:
     Copyright (c) 2008 ActiveState Software Inc.
@@ -106,8 +106,8 @@
     Copyright (C) 2007-2011 Massimo Di Pierro
     License: MIT/BSD/GPL
     The complete text of the MIT license is included below.
-    See "/usr/share/common-licenses/BSD" and 
-    "/usr/share/common-licenses/GPL" for BSD and GPL texts
+    See the complete text of BSD license below and 
+    "/usr/share/common-licenses/GPL-3" for GPL text
 
 File gluon/contrib/markmin/memdb.py:
     Copyright (C) 2007-2011 Massimo Di Pierro
@@ -189,8 +189,7 @@
     Copyright (c) 2009–2010 Faruk Ateş
     http://www.modernizr.com/license/
     Dual-licensed under the BSD or MIT licenses.
-    See "/usr/share/common-licenses/BSD" and the MIT text included
-    below.
+    See BSD and MIT licences texts included below.
 
 File applications/welcome/static/js/superfish.js:
     Copyright (c) 2008 Joel Birch
@@ -207,8 +206,8 @@
 Directory applications/admin/static/edit_area/*:
     Copyright (c) 2008, Christophe Dolivet
     Licensed under Apache, BSD and LGPL-2 
-    See "/usr/share/common-licenses/Apache-2", 
-    "/usr/share/common-licenses/BSD" and 
+    See license text of BSD below,
+    "/usr/share/common-licenses/Apache-2" and   
     "/usr/share/common-licenses/LGPL-2"
 
 
@@ -242,6 +241,34 @@
 
 
 -----------------------------------------------------------------------
+                          BSD LICENSE
+                          
+	Redistribution and use in source and binary forms, with or without
+	modification, are permitted provided that the following conditions
+	are met:
+	1. Redistributions of source code must retain the above copyright
+	   notice, this list of conditions and the following disclaimer.
+	2. Redistributions in binary form must reproduce the above copyright
+	   notice, this list of conditions and the following disclaimer in the
+	   documentation and/or other materials provided with the distribution.
+	3. Neither the name of the University nor the names of its contributors
+	   may be used to endorse or promote products derived from this software
+	   without specific prior written permission.
+
+	THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+	ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+	IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+	ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+	FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+	DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+	OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+	HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+	LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+	OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+	SUCH DAMAGE.
+
+
+-----------------------------------------------------------------------
     PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
 
 

Added: packages/web2py/trunk/debian/patches/fix_interpreters
===================================================================
--- packages/web2py/trunk/debian/patches/fix_interpreters	                        (rev 0)
+++ packages/web2py/trunk/debian/patches/fix_interpreters	2011-02-28 19:36:13 UTC (rev 15913)
@@ -0,0 +1,50 @@
+Index: web2py-1.92.1/gluon/dal.py
+===================================================================
+--- web2py-1.92.1.orig/gluon/dal.py	2011-02-28 17:25:51.000000000 +0000
++++ web2py-1.92.1/gluon/dal.py	2011-02-28 17:26:46.000000000 +0000
+@@ -1,4 +1,4 @@
+-#!/bin/env python
++#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ 
+ """
+Index: web2py-1.92.1/gluon/main.py
+===================================================================
+--- web2py-1.92.1.orig/gluon/main.py	2011-02-28 17:27:00.000000000 +0000
++++ web2py-1.92.1/gluon/main.py	2011-02-28 17:27:11.000000000 +0000
+@@ -1,4 +1,4 @@
+-#!/bin/env python
++#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ 
+ """
+Index: web2py-1.92.1/gluon/rewrite.py
+===================================================================
+--- web2py-1.92.1.orig/gluon/rewrite.py	2011-02-28 17:27:22.000000000 +0000
++++ web2py-1.92.1/gluon/rewrite.py	2011-02-28 17:27:33.000000000 +0000
+@@ -1,4 +1,4 @@
+-#!/bin/env python
++#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ 
+ """
+Index: web2py-1.92.1/gluon/tools.py
+===================================================================
+--- web2py-1.92.1.orig/gluon/tools.py	2011-02-28 17:27:51.000000000 +0000
++++ web2py-1.92.1/gluon/tools.py	2011-02-28 17:28:54.000000000 +0000
+@@ -1,4 +1,4 @@
+-#!/bin/python
++#!/usr/bin/python
+ # -*- coding: utf-8 -*-
+ 
+ """
+Index: web2py-1.92.1/gluon/validators.py
+===================================================================
+--- web2py-1.92.1.orig/gluon/validators.py	2011-02-28 17:28:15.000000000 +0000
++++ web2py-1.92.1/gluon/validators.py	2011-02-28 17:28:24.000000000 +0000
+@@ -1,4 +1,4 @@
+-#!/bin/env python
++#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ 
+ """

Modified: packages/web2py/trunk/debian/patches/series
===================================================================
--- packages/web2py/trunk/debian/patches/series	2011-02-28 18:02:29 UTC (rev 15912)
+++ packages/web2py/trunk/debian/patches/series	2011-02-28 19:36:13 UTC (rev 15913)
@@ -3,3 +3,4 @@
 desktop_file
 avoid_upgrading
 gtk_gui
+fix_interpreters

Modified: packages/web2py/trunk/debian/python-web2py.install
===================================================================
--- packages/web2py/trunk/debian/python-web2py.install	2011-02-28 18:02:29 UTC (rev 15912)
+++ packages/web2py/trunk/debian/python-web2py.install	2011-02-28 19:36:13 UTC (rev 15913)
@@ -6,3 +6,4 @@
 splashlogo.gif usr/share/web2py
 web2py usr/bin
 web2py.desktop usr/share/applications
+debian/web2py.xpm usr/share/pixmaps

Modified: packages/web2py/trunk/debian/python-web2py.menu
===================================================================
--- packages/web2py/trunk/debian/python-web2py.menu	2011-02-28 18:02:29 UTC (rev 15912)
+++ packages/web2py/trunk/debian/python-web2py.menu	2011-02-28 19:36:13 UTC (rev 15913)
@@ -1,4 +1,6 @@
-?package(web2py):needs="X11" section="Applications/Web Development"\
+?package(python-web2py):needs="X11" section="Applications/Web Development"\
         title="web2py"\
-        icon="/usr/share/pixmaps/web2py.png"\
+        icon="/usr/share/pixmaps/web2py.xpm"\
         command="/usr/bin/web2py"
+
+

Modified: packages/web2py/trunk/debian/rules
===================================================================
--- packages/web2py/trunk/debian/rules	2011-02-28 18:02:29 UTC (rev 15912)
+++ packages/web2py/trunk/debian/rules	2011-02-28 19:36:13 UTC (rev 15913)
@@ -9,7 +9,13 @@
 %:
 	dh $@ 
 
-
+override_dh_clean:
+	#unset executable permissions in several files:
+	find applications/ -type f -exec chmod -x {} \; 
+	chmod -x gluon/contrib/pyfpdf/template.py
+	chmod -x gluon/contrib/AuthorizeNet.py
+	dh_clean
+	
 override_dh_install:
 	dh_install
 
@@ -23,6 +29,7 @@
 	# no additional licensing files wanted 
 	find debian/ -name LICENSE -delete
 	find debian/ -name LICENSE.txt -delete	
+	find debian/ -name license.txt -delete
 
 	#created with web2py first run:
 	touch $(PREFIX)/welcome.w2p	

Modified: packages/web2py/trunk/debian/web2py.1
===================================================================
--- packages/web2py/trunk/debian/web2py.1	2011-02-28 18:02:29 UTC (rev 15912)
+++ packages/web2py/trunk/debian/web2py.1	2011-02-28 19:36:13 UTC (rev 15913)
@@ -1,59 +1,133 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.\" Please adjust this date whenever revising the manpage.
-.\" 
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.TH "WEB2PY" "SECTION" "January 30, 2011" "" ""
+.TH "web2py" "1" "January 30, 2011" "Debian" "User Commands"
 .SH "NAME"
-web2py \- web2py framework server launcher
+web2py \- web2py Web Framework server launcher
 .SH "SYNOPSIS"
 .B web2py
-.RI [ options ] " files" ...
-.br 
-.B bar
-.RI [ options ] " files" ...
+.RI [ options ] 
+
 .SH "DESCRIPTION"
-This manual page documents briefly the
-.B web2py
-and
-.B bar
-commands.
-.PP 
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBweb2py\fP is a program that...
+\fBweb2py\fP is a the startup script to launch web2py server running applications located the current directory. If the user has not write permissions on this directory, web2py will server applications located at ~/web2py
+
+\fBATTENTION:\fP unless \fB\-\-nogui\fP option or a password is specified
+(\fB\-a\fP "passwd") web2py will attempt to run a GUI. In this case command line options are ignored.
 .SH "OPTIONS"
 These programs follow the usual GNU command line syntax, with long
 options starting with two dashes (`\-').
 A summary of options is included below.
 For a complete description, see the Info files.
 .TP 
+.B \-\-version
+Show version of program and exit.
+.TP 
 .B \-h, \-\-help
-Show summary of options.
+Show summary of options and exit.
 .TP 
-.B \-v, \-\-version
-Show version of program.
-.SH "SEE ALSO"
-.BR bar (1),
-.BR baz (1).
+.B \-i IP, \-\-ip=IP
+Ip address of the server (defaults: 127.0.0.1)
+.TP 
+.B \-p PORT, \-\-port=PORT
+Port of server (defaults:8000)
+.TP 
+.B \-a PASSWORD, \-\-password=PASSWORD
+Password to be used for administration (use \-a "<recycle>" to reuse the last password))
+.TP 
+.B \-c SSL_CERTIFICATE, \-\-ssl_certificate=SSL_CERTIFICATE
+File that contains ssl certificate
+.TP 
+.B \-k SSL_PRIVATE_KEY, \-\-ssl_private_key=SSL_PRIVATE_KEY
+File that contains ssl private key
+.TP 
+.B \-d PID_FILENAME, \-\-pid_filename=PID_FILENAME
+File to store the pid of the server
+.TP 
+.B \-l LOG_FILENAME, \-\-log_filename=LOG_FILENAME
+File to log connections
+.TP 
+.B \-n NUMTHREADS, \-\-numthreads=NUMTHREADS
+Number of threads (deprecated)
+.TP 
+.B \-\-minthreads=MINTHREADS
+Minimum number of server threads
+.TP 
+.B \-\-maxthreads=MAXTHREADS
+Maximum number of server threads
+.TP 
+.B \-s SERVER_NAME, \-\-server_name=SERVER_NAME
+Server name for the web server
+.TP 
+.B \-q REQUEST_QUEUE_SIZE, \-\-request_queue_size=REQUEST_QUEUE_SIZE
+Max number of queued requests when server unavailable
+.TP 
+.B \-o TIMEOUT, \-\-timeout=TIMEOUT
+Timeout for individual request (Defaults: 10 seconds)
+.TP 
+.B \-z SHUTDOWN_TIMEOUT, \-\-shutdown_timeout=SHUTDOWN_TIMEOUT
+Timeout on shutdown of server (Defaults: 5 seconds)
+.TP 
+.B \-f FOLDER, \-\-folder=FOLDER
+Folder from which to run web2py
+.TP 
+.B \-v, \-\-verbose
+Increase \-\-test verbosity
+.TP 
+.B \-Q, \-\-quiet
+Disable all output
+.TP 
+.B \-D DEBUGLEVEL, \-\-debug=DEBUGLEVEL
+Set debug output level (0\-100, 0 means all, 100 means none; default is 30)
+.TP 
+.B \-S APPNAME, \-\-shell=APPNAME
+Run web2py in interactive shell or IPython (if installed) with specified appname (if app does not exist it will be created).
+.TP 
+.B \-P, \-\-plain
+Only use plain python shell; should be used with \fB\-\-shell\fP option
+.TP 
+.B \-M, \-\-import_models
+Auto import model files; default is False; should be used with \fB\-\-shell\fP option
+.TP 
+.B \-R PYTHON_FILE, \-\-run=PYTHON_FILE
+Run PYTHON_FILE in web2py environment; should be used with \fB\-\-shell\fP option
+.TP 
+.B \-T TEST_PATH, \-\-test=TEST_PATH
+Run doctests in web2py environment; TEST_PATH like a/c/f (c,f optional)
+.TP 
+.B \-C, \-\-cron
+Trigger a cron run manually; usually invoked from a system crontab
+.TP 
+.B \-\-softcron
+Triggers the use of softcron
+.TP 
+.B \-N, \-\-no\-cron
+Do not start cron automatically
+.TP 
+.B \-J, \-\-cronjob
+Identify cron\-initiated command
+.TP 
+.B \-L CONFIG, \-\-config=CONFIG
+Config file
+.TP 
+.B \-F PROFILER_FILENAME, \-\-profiler=PROFILER_FILENAME
+Profiler filename
+.TP 
+.B \-\-nogui
+Text\-only, no GUI
+.TP 
+.B \-A ARGS, \-\-args=ARGS
+Should be followed by a list of arguments to be passed to script, to be used with \fB\-S\fP, \fB\-A\fP must be the last option
+.TP 
+.B \-\-interfaces=INTERFACES
+Allows multiple interfaces to be served
+
 .br 
-The programs are documented fully by
-.I R "The Rise and Fall of a Fooish Bar" ,
-available via the Info system.
+.SH "AVAILABILITY"
+The latest version of web2py can always be obtained from
+\fBhttp://www.web2py.com/examples/default/download\fR 
+.SH "DOCUMENTATION"
+The Official web2py book is available at 
+\fBhttp://www.web2py.com/book\fR 
+
 .SH "AUTHOR"
-web2py was written by <Massimo Di Pierro>.
+web2py was written by Massimo Di Pierro <mdipierro at cs.depaul.edu>>.
 .PP 
 This manual page was written by José L. Redrejo Rodríguez <jredrejo at debian.org>,
 for the Debian project (and may be used by others).

Added: packages/web2py/trunk/debian/web2py.xpm
===================================================================
--- packages/web2py/trunk/debian/web2py.xpm	                        (rev 0)
+++ packages/web2py/trunk/debian/web2py.xpm	2011-02-28 19:36:13 UTC (rev 15913)
@@ -0,0 +1,260 @@
+/* XPM */
+static char *web_py[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 222 2",
+"   c #101615",
+".  c #22312E",
+"X  c #23312F",
+"o  c #243330",
+"O  c #243331",
+"+  c #273835",
+"@  c #283836",
+"#  c #2A3B38",
+"$  c #2A3C39",
+"%  c #2B3C39",
+"&  c #2B3D3A",
+"*  c #2C3E3A",
+"=  c #334744",
+"-  c #334845",
+";  c #334945",
+":  c #344945",
+">  c #344946",
+",  c #344A46",
+"<  c #354A46",
+"1  c #496762",
+"2  c #4A6863",
+"3  c #4B6863",
+"4  c #4B6964",
+"5  c #4C6964",
+"6  c #4C6A65",
+"7  c #4D6A65",
+"8  c #4E6B66",
+"9  c #4E6C67",
+"0  c #4F6C68",
+"q  c #506C68",
+"w  c #506D68",
+"e  c #526E69",
+"r  c #536F6B",
+"t  c #54706C",
+"y  c #55716C",
+"u  c #56726E",
+"i  c #57726E",
+"p  c #57736E",
+"a  c #58736F",
+"s  c #58746F",
+"d  c #597470",
+"f  c #597570",
+"g  c #5B7671",
+"h  c #5B7672",
+"j  c #5C7773",
+"k  c #5D7874",
+"l  c #5E7874",
+"z  c #5F7975",
+"x  c #607A76",
+"c  c #617B77",
+"v  c #637D78",
+"b  c #637D79",
+"n  c #647D79",
+"m  c #657E7B",
+"M  c #667F7B",
+"N  c #67807C",
+"B  c #68817D",
+"V  c #69827E",
+"C  c #6A837F",
+"Z  c #6B837F",
+"A  c #6B8480",
+"S  c #6D8581",
+"D  c #6E8682",
+"F  c #6E8683",
+"G  c #708884",
+"H  c #728985",
+"J  c #728986",
+"K  c #738A86",
+"L  c #758C88",
+"P  c #768C89",
+"I  c #768D89",
+"U  c #778E8A",
+"Y  c #788E8A",
+"T  c #788F8B",
+"R  c #798F8B",
+"E  c #7B918D",
+"W  c #7B918E",
+"Q  c #7B918F",
+"!  c #7C928F",
+"~  c #7D928F",
+"^  c #7D938F",
+"/  c #7D9390",
+"(  c #7E9390",
+")  c #7F9591",
+"_  c #809592",
+"`  c #809593",
+"'  c #819693",
+"]  c #829693",
+"[  c #829793",
+"{  c #829794",
+"}  c #839794",
+"|  c #849996",
+" . c #859A97",
+".. c #869B97",
+"X. c #879B97",
+"o. c #869A98",
+"O. c #879B98",
+"+. c #889C99",
+"@. c #889C9A",
+"#. c #899D9B",
+"$. c #8DA09E",
+"%. c #8EA19E",
+"&. c #8EA19F",
+"*. c #90A29F",
+"=. c #90A39F",
+"-. c #8FA2A0",
+";. c #90A3A1",
+":. c #91A4A2",
+">. c #92A5A3",
+",. c #93A5A4",
+"<. c #96A8A4",
+"1. c #96A8A5",
+"2. c #96A8A6",
+"3. c #97A9A6",
+"4. c #98AAA7",
+"5. c #99AAA7",
+"6. c #97A9A8",
+"7. c #98AAA8",
+"8. c #9AABAA",
+"9. c #9AACAA",
+"0. c #9BACAB",
+"q. c #9CADAC",
+"w. c #9CAEAC",
+"e. c #9CAEAD",
+"r. c #9DAEAD",
+"t. c #9EAFAE",
+"y. c #9EB0AF",
+"u. c #9FB0AF",
+"i. c #9FB1B0",
+"p. c #A0B0AD",
+"a. c #A0B1AE",
+"s. c #A1B2AF",
+"d. c #A2B2AF",
+"f. c #A0B1B0",
+"g. c #A2B3B0",
+"h. c #A3B3B0",
+"j. c #A6B6B3",
+"k. c #A7B7B4",
+"l. c #A9B8B5",
+"z. c #AAB9B6",
+"x. c #ABB9B7",
+"c. c #ABBAB7",
+"v. c #ADBCB9",
+"b. c #AEBCBA",
+"n. c #AEBDBA",
+"m. c #B0BEBB",
+"M. c #B0BEBC",
+"N. c #B1BFBD",
+"B. c #B3C1BE",
+"V. c #B4C2BF",
+"C. c #B5C3C0",
+"Z. c #B9C6C3",
+"A. c #BAC7C4",
+"S. c #BCC8C6",
+"D. c #BCC9C6",
+"F. c #BDC9C7",
+"G. c #BECAC8",
+"H. c #BECBC8",
+"J. c #BFCBC8",
+"K. c #C0CCCA",
+"L. c #C3CECC",
+"P. c #C5D1CE",
+"I. c #C6D1CE",
+"U. c #C8D3D1",
+"Y. c #CAD5D3",
+"T. c #CBD5D3",
+"R. c #CBD6D4",
+"E. c #CED9D6",
+"W. c #CFD9D6",
+"Q. c #CFDAD7",
+"!. c #D0DAD8",
+"~. c #D1DAD8",
+"^. c #D2DCD9",
+"/. c #D5DEDC",
+"(. c #D5DFDC",
+"). c #D5DFDD",
+"_. c #D7E0DD",
+"`. c #D7E1DE",
+"'. c #D8E1DF",
+"]. c #D9E2DF",
+"[. c #DAE3E1",
+"{. c #DBE4E2",
+"}. c #DDE5E3",
+"|. c #DEE5E3",
+" X c #DEE5E4",
+".X c #DEE6E4",
+"XX c #DFE7E5",
+"oX c #DFE8E5",
+"OX c #E0E8E6",
+"+X c #E0E9E6",
+"@X c #E1E9E7",
+"#X c #E3EBE8",
+"$X c #E3EBE9",
+"%X c #E4EDEA",
+"&X c #E5EDEA",
+"*X c #E6EDEB",
+"=X c #E6EEEC",
+"-X c #E6EFEC",
+";X c #E7EFEC",
+":X c #E7EFED",
+">X c #E8EFED",
+",X c #E8F0ED",
+"<X c #E8F0EE",
+"1X c #E9F0EE",
+"2X c #E8F1EE",
+"3X c #E9F1EE",
+"4X c #EAF1EF",
+"5X c #EBF1EF",
+"6X c #EAF2EF",
+"7X c #EBF2F0",
+"8X c #EAF3F0",
+"9X c #EBF3F0",
+"0X c #EBF3F1",
+"qX c #EDF3F1",
+"wX c #ECF4F1",
+"eX c #ECF5F1",
+"rX c #ECF5F2",
+"tX c #EDF5F2",
+"yX c #EEF6F3",
+"uX c #EFF6F3",
+"iX c #F2F8F6",
+"pX c None",
+/* pixels */
+"  $ : < < < < < < < < < < < < < < < < < < < < < < < > > > - @ pX",
+"# 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 O ",
+"= 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 & ",
+", 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 i m B N g 5 1 1 1 1 * ",
+", 1 { E.S.7 1 1 8 I.Q.l.1 1 1 n T.R.M j @.w.r.f.y.e.-.c 1 1 1 * ",
+", 1 S ,X3XZ 1 1 I ,XtX at Xy 1 1 *.tXXXr &.i.0.;.#.$.8.f.9.l 1 1 * ",
+", 1 7 /.tX1.1 1 a.tX$X3X( 1 1 G.tXB.1 x ` f 1 1 1 u ,.f.( 1 1 * ",
+", 1 1 h.tXU.1 4 W.6X~.tXz.1 p OX6X} 1 1 1 1 1 1 1 r :.f.| 1 1 * ",
+", 1 1 K 4X#Xl b =XOX} 3X).6 ~ 6X+Xs 1 1 1 1 t V _ 6.u.t.C 1 1 * ",
+", 1 1 0 `.9X..=.8XF.w .X-XA c.tXZ.1 1 1 l o.0.u.f.t.7.J 2 1 1 * ",
+", 1 1 1 c.tXV.D.wX%.1 C.wX3.].9XO.1 1 F 9.f.q.>.! N e 1 1 1 1 * ",
+", 1 1 1 R 3XOX&X;Xb 1 X.9X|.:X*Xa 1 x 0.u.o.h 1 1 1 1 1 1 1 1 * ",
+", 1 1 1 q }.,X2X^.1 1 z $X%XwXK.1 1  .f.2.T L L L L L L L P 3 * ",
+", 1 1 1 1 M.tXtXg.1 1 1 Y.tX9X%.1 5 7.f.f.f.f.f.f.f.f.f.f.f.6 * ",
+", 1 1 1 1 S n.v.B 1 1 1 ) m.n.h 1 3 Q / / / / / / / / / / W 3 * ",
+", 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 * ",
+", 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 * ",
+", 1 1 1 1 1 Y ] ] ] ] ] ] ] [ [ D 1 1 1 1 1 1 1 d ' ' c 1 1 1 * ",
+", 1 1 1 1 1 /.tXtXtXtXtXtXtXtXyXqXX.1 1 1 1 1 y P.eXoXD 1 1 1 * ",
+", 1 1 1 1 1 /.tX{.W.W.E.E.E.^.4XtX5XG 1 1 1 9 S.0X%X^ 1 1 1 1 * ",
+", 1 1 1 1 1 /.tX4.1 1 1 1 1 1 H uXtX Xv 1 7 b.9X1X+.1 1 1 1 1 * ",
+", 1 1 1 1 1 /.tX4.1 1 1 1 1 1 w 5XtXiX!.k h.9X<X3.1 1 1 1 1 1 * ",
+", 1 1 1 1 1 /.tXG.<.<.<.<.<.5.L.9X7X>XrX'.,XwXj.4 1 1 1 1 1 1 * ",
+", 1 1 1 1 1 /.tXtXwXwXwXwXwXtXtX3Xx.E &XtX9XN.6 1 1 1 1 1 1 1 * ",
+", 1 1 1 1 1 /.tX_.J.J.H.H.H.A.k.^ 6 1 d.tX[.e 1 1 1 1 1 1 1 1 * ",
+", 1 1 1 1 1 /.tX4.1 1 1 1 1 1 1 1 1 1 1.tX/.1 1 1 1 1 1 1 1 1 * ",
+", 1 1 1 1 1 /.tX4.1 1 1 1 1 1 1 1 1 1 1.tX(.1 1 1 1 1 1 1 1 1 * ",
+", 1 1 1 1 1 /.tX4.1 1 1 1 1 1 1 1 1 1 1.tX(.1 1 1 1 1 1 1 1 1 * ",
+", 1 1 1 1 1 p.C.U 1 1 1 1 1 1 1 1 1 1 L C.s.1 1 1 1 1 1 1 1 1 * ",
+"; 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 $ ",
+"+ 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 . ",
+"pXo & * * * * * * * * * * * * * * * * * * * * * * * * * * % X pX"
+};




More information about the Python-modules-commits mailing list