mirror of
https://github.com/munki/munki.git
synced 2026-05-24 23:28:39 -05:00
Import division from __future__ to make pylint --py3k happier
This commit is contained in:
@@ -19,7 +19,7 @@ pkginfolib
|
||||
Created by Greg Neagle on 2017-11-18.
|
||||
Routines used by makepkginfo to create pkginfo files
|
||||
"""
|
||||
from __future__ import absolute_import, print_function
|
||||
from __future__ import absolute_import, division, print_function
|
||||
|
||||
# standard libs
|
||||
import optparse
|
||||
|
||||
Reference in New Issue
Block a user