diff -r e53cc2182cf8 -r 88f60d4b9952 skeleton/test/pytestconf.py
--- a/skeleton/test/pytestconf.py Sun Aug 31 18:04:46 2014 +0200
+++ b/skeleton/test/pytestconf.py Fri Feb 06 14:43:40 2015 +0100
@@ -13,8 +13,8 @@
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
# details.
#
-# You should have received a copy of the GNU Lesser General Public License along
-# with CubicWeb. If not, see .
+# You should have received a copy of the GNU Lesser General Public License
+# along with CubicWeb. If not, see .
"""
"""
@@ -23,6 +23,7 @@
from logilab.common.pytest import PyTester
+
def getlogin():
"""avoid usinng os.getlogin() because of strange tty / stdin problems
(man 3 getlogin)