mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
It happened due to the bug in the platform and only when the number of blank lines after the import statement is greater than that before it. As a temporary workaround before the relevant fix in the platform is accepted I delete old imports as text through the underlying document.
7 lines
105 B
Python
7 lines
105 B
Python
# -*- coding: utf-8
|
|
from __future__ import unicode_literals, absolute_import
|
|
|
|
import os
|
|
|
|
os.listdir('.')
|