~ubuntu-branches/ubuntu/vivid/rapid-photo-downloader/vivid

« back to all changes in this revision

Viewing changes to rapid/filemodify.py

  • Committer: Package Import Robot
  • Author(s): Julien Valroff
  • Date: 2012-06-15 07:44:06 UTC
  • mfrom: (10.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120615074406-wfz0m6q4dn819o72
Tags: 0.4.4-1
* New upstream release (Closes: #677539)
* Update DEP-5 URI to the final location 
* Bump standard version to 3.9.3 (no changes needed) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
2
# -*- coding: latin1 -*-
3
3
 
4
 
### Copyright (C) 2011 Damon Lynch <damonlynch@gmail.com>
 
4
### Copyright (C) 2011-2012 Damon Lynch <damonlynch@gmail.com>
5
5
 
6
6
### This program is free software; you can redistribute it and/or modify
7
7
### it under the terms of the GNU General Public License as published by
15
15
 
16
16
### You should have received a copy of the GNU General Public License
17
17
### along with this program; if not, write to the Free Software
18
 
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
18
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 
19
### USA
19
20
 
20
21
import os.path, fractions
21
22
import subprocess