diff options
Diffstat (limited to 'attoconf/lib/lex.py')
-rw-r--r-- | attoconf/lib/lex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attoconf/lib/lex.py b/attoconf/lib/lex.py index 5f8ff43..27c2a7e 100644 --- a/attoconf/lib/lex.py +++ b/attoconf/lib/lex.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with attoconf. If not, see <http://www.gnu.org/licenses/>. -from __future__ import print_function, division, absolute_import + from ..classy import ClassyProject from ..types import ShellList |