diff options
Diffstat (limited to 'attoconf/lib/yacc.py')
-rw-r--r-- | attoconf/lib/yacc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attoconf/lib/yacc.py b/attoconf/lib/yacc.py index 885bbd3..c3fd1de 100644 --- a/attoconf/lib/yacc.py +++ b/attoconf/lib/yacc.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 |