~ubuntu-branches/ubuntu/trusty/jpylyzer/trusty

« back to all changes in this revision

Viewing changes to jpylyzer/etpatch.py

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2012-09-20 14:52:23 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120920145223-gjpknd40ih3vvj4k
Tags: 1.6.3-1
New upstream. Closes: #682515

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This program is free software: you can redistribute it and/or modify
 
3
# it under the terms of the GNU Lesser General Public License as published by
 
4
# the Free Software Foundation, either version 3 of the License, or
 
5
# (at your option) any later version.
 
6
#
 
7
# This program is distributed in the hope that it will be useful,
 
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
10
# GNU Lesser General Public License for more details.
 
11
#
 
12
# You should have received a copy of the GNU Lesser General Public License
 
13
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
14
#
 
15
 
1
16
import xml.etree.ElementTree as ET
2
17
from byteconv import bytesToText
3
18