diff --git a/README.txt b/README.txt index 75ba2dc..d8aef2b 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,9 @@ libcnml is a CNML parser library for Python. -It was developed by Pablo Castellano during -Google Summer of Code 2012 inside of the Guifi.net Studio project +It is part of the Guifi.net Studio project developed by Pablo Castellano +during Google Summer of Code 2012. + +You can find Guifi.net Studio at: +https://gitorious.org/guifi-altres/guifinetstudio The code license is GPLv3+ diff --git a/libcnml/__init__.py b/libcnml/__init__.py index c734ce3..719cbb8 100644 --- a/libcnml/__init__.py +++ b/libcnml/__init__.py @@ -14,7 +14,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '1.0' + +__version__ = '0.7' __author__ = 'Pablo Castellano ' __license__ = 'GPLv3+' diff --git a/libcnml/libcnml.py b/libcnml/libcnml.py index 0e4ec6d..ff579e4 100644 --- a/libcnml/libcnml.py +++ b/libcnml/libcnml.py @@ -17,6 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . + try: from lxml import etree from lxml.etree import XMLSyntaxError