Skip to content

Commit

Permalink
[libcnml, pyGuifiAPI] Added missing headers to .py files
Browse files Browse the repository at this point in the history
They are ready to be uploaded as eggs!
  • Loading branch information
PabloCastellano committed Feb 7, 2013
1 parent 042001a commit 40fa97d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
libcnml is a CNML parser library for Python.

It was developed by Pablo Castellano <[email protected]> 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+
3 changes: 2 additions & 1 deletion libcnml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = '1.0'

__version__ = '0.7'
__author__ = 'Pablo Castellano <[email protected]>'
__license__ = 'GPLv3+'

Expand Down
1 change: 1 addition & 0 deletions libcnml/libcnml.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.


try:
from lxml import etree
from lxml.etree import XMLSyntaxError
Expand Down

0 comments on commit 40fa97d

Please sign in to comment.