comparison urwid_satext/files_management.py @ 64:5cef69971f23

headers fixes
author Goffi <goffi@goffi.org>
date Mon, 25 Mar 2013 13:10:21 +0100
parents 7155b81ffdd5
children 287ff3e1edd1
comparison
equal deleted inserted replaced
63:0fa2c6cf758e 64:5cef69971f23
1 #!/usr/bin/python 1 #!/usr/bin/python
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 """ 4 # Urwid SàT extensions
5 Primitivus: a SAT frontend 5 # Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
6 Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) 6 #
7 7 # This program is free software: you can redistribute it and/or modify
8 This program is free software: you can redistribute it and/or modify 8 # it under the terms of the GNU Lesser General Public License as published by
9 it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation, either version 3 of the License, or
10 the Free Software Foundation, either version 3 of the License, or 10 # (at your option) any later version.
11 (at your option) any later version. 11 #
12 12 # This program is distributed in the hope that it will be useful,
13 This program is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU Lesser General Public License for more details.
16 GNU General Public License for more details. 16 #
17 17 # You should have received a copy of the GNU Lesser General Public License
18 You should have received a copy of the GNU General Public License 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 along with this program. If not, see <http://www.gnu.org/licenses/>.
20 """
21 19
22 import urwid 20 import urwid
23 import sat_widgets 21 import sat_widgets
24 import os, os.path 22 import os, os.path
25 from xml.dom import minidom 23 from xml.dom import minidom