Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
setup.py: remove import __future__
Browse files Browse the repository at this point in the history
We are in python3 now, so this is not needed any more.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
  • Loading branch information
robertlinux authored and Mark Hatle committed Oct 19, 2016
1 parent 4d051ab commit 182c297
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/setup.py
@@ -1,8 +1,5 @@
#!/usr/bin/env python3

# Drop when we move to the future (the future is python 3.)
from __future__ import print_function

# Please keep these sorted.
import logging
import os
Expand Down

0 comments on commit 182c297

Please sign in to comment.