Skip to content

Commit 40fa97d

Browse files
[libcnml, pyGuifiAPI] Added missing headers to .py files
They are ready to be uploaded as eggs!
1 parent 042001a commit 40fa97d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
libcnml is a CNML parser library for Python.
22

3-
It was developed by Pablo Castellano <[email protected]> during
4-
Google Summer of Code 2012 inside of the Guifi.net Studio project
3+
It is part of the Guifi.net Studio project developed by Pablo Castellano
4+
during Google Summer of Code 2012.
5+
6+
You can find Guifi.net Studio at:
7+
https://gitorious.org/guifi-altres/guifinetstudio
58

69
The code license is GPLv3+

libcnml/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
__version__ = '1.0'
17+
18+
__version__ = '0.7'
1819
__author__ = 'Pablo Castellano <[email protected]>'
1920
__license__ = 'GPLv3+'
2021

libcnml/libcnml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

20+
2021
try:
2122
from lxml import etree
2223
from lxml.etree import XMLSyntaxError

0 commit comments

Comments
 (0)