~ubuntu-branches/ubuntu/utopic/subdownloader/utopic

« back to all changes in this revision

Viewing changes to FileManagement/Subtitle.py

  • Committer: Bazaar Package Importer
  • Author(s): Marco Rodrigues
  • Date: 2008-12-29 12:22:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081229122205-ym0p51vavishlyop
Tags: 2.0.9.1-1
* New upstream version.
* debian/rules:
  + Generate mo files from po files on build.
* debian/control:
  + Add Conflicts/Replaces to avoid problems with the
    non-official -cli package (Closes: #510049).
* debian/copyright:
  + Add copyright notice for locale (po files).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
3
 
4
 
##    Copyright (C) 2007 Ivan Garcia capiscuas@gmail.com
5
 
##    This program is free software; you can redistribute it and/or modify
6
 
##    it under the terms of the GNU General Public License as published by
7
 
##    the Free Software Foundation; either version 2 of the License, or
8
 
##    (at your option) any later version.
9
 
##
10
 
##    This program is distributed in the hope that it will be useful,
11
 
##    but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
##    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
##    GNU General Public License for more details.
14
 
##
15
 
##    You should have received a copy of the GNU General Public License along
16
 
##    with this program; if not, write to the Free Software Foundation, Inc.,
17
 
##    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
4
#    Copyright (C) 2007 Ivan Garcia capiscuas@gmail.com
 
5
#    This program is free software; you can redistribute it and/or modify
 
6
#    it under the terms of the GNU General Public License as published by
 
7
#    the Free Software Foundation; either version 3 of the License, or
 
8
#    (at your option) any later version.
 
9
#
 
10
#    This program is distributed in the hope that it will be useful,
 
11
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
#    GNU General Public License for more details.
 
14
#
 
15
#    You should have received a copy of the GNU General Public License along
 
16
#    with this program; if not, write to the Free Software Foundation, Inc.,
 
17
#    see <http://www.gnu.org/licenses/>.
18
18
 
19
19
import re, sys, os, logging
20
20
import modules.videofile as videofile