forked from platformio/platformio-core
Fix relative import of platform module on Py27
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import codecs
|
||||
import getpass
|
||||
import hashlib
|
||||
|
Reference in New Issue
Block a user