Rev 68: Add docstring. in file:///net/bigmamac/Volumes/home/vila/.bazaar/plugins/local_test_server/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed Mar 18 10:56:13 GMT 2009
At file:///net/bigmamac/Volumes/home/vila/.bazaar/plugins/local_test_server/
------------------------------------------------------------
revno: 68
revision-id: v.ladeuil+lp at free.fr-20090318105612-k891u1n5the4x7sq
parent: v.ladeuil+lp at free.fr-20090318084939-5mc0k1lrrcazngkk
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: local_test_server
timestamp: Wed 2009-03-18 11:56:12 +0100
message:
Add docstring.
-------------- next part --------------
=== modified file 'bin/pyftpdlib'
--- a/bin/pyftpdlib 2009-03-18 08:49:39 +0000
+++ b/bin/pyftpdlib 2009-03-18 10:56:12 +0000
@@ -1,5 +1,12 @@
-#!/usr/bin/env python
-
+"""A wrapper to launch a pyftpdlib based test server.
+
+Note that we slightly differs from the bzr implementation in that we don't use
+the BzrConformingFS file system abstraction.
+
+Why this is absolutely required when running in a bzr selftest thread and
+absolutely useless when running as a separate process is still a complete
+mystery :-/
+"""
import sys
from pyftpdlib import ftpserver
More information about the bazaar-commits
mailing list