mirror of
https://github.com/samba-team/samba.git
synced 2025-12-21 20:23:50 +03:00
python: remove all 'from __future__ import division'
This made '//' and '/' in Python 2 behave as in Python 3. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
aecb2b779b
commit
c3a95b22aa
@@ -16,7 +16,6 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
from __future__ import division
|
||||
|
||||
import time
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user