mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 17:26:05 +01:00
...
This commit is contained in:
parent
962358d740
commit
4e66140e8a
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env python2
|
||||
# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import print_function, division
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
__copyright__ = '2010-2012, Timothy Legge <timlegge@gmail.com>, Kovid Goyal <kovid@kovidgoyal.net> and David Forrester <davidfor@internode.on.net>'
|
||||
|
|
|
|||
Loading…
Reference in a new issue