#! /usr/bin/env python
"""Get default encoding
- Written by Oleg Broytman. Copyright (C) 2007, 2008 PhiloSoft Design.
+ Written by Oleg Broytman. Copyright (C) 2007-2016 PhiloSoft Design.
"""
__all__ = ['default_encoding']
print >>sys.stderr, "WARNING:", err
lcAll = []
- if len(lcAll) == 2:
+ if len(lcAll) == 2 and lcAll[0] is not None:
default_encoding = lcAll[1]
else:
try:
}
setup(name = "m_lib",
- version = "2.1.1",
+ version = "2.1.2",
description = "Broytman Library for Python",
- long_description = "Broytman Library for Python, Copyright (C) 1996-2013 PhiloSoft Design",
+ long_description = "Broytman Library for Python, Copyright (C) 1996-2016 PhiloSoft Design",
author = "Oleg Broytman",
author_email = "phd@phdru.name",
url = "http://phdru.name/Software/Python/#m_lib",