Skip to content

Commit acf9844

Browse files
committed
Bump to 0.2.4
1 parent 4e50f8b commit acf9844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import codecs
88
import os
99
import sys
10+
from shutil import rmtree
1011

1112
from setuptools import Command, find_packages, setup
1213
from setuptools.command.develop import develop
@@ -71,7 +72,6 @@ class PostDevelopCommand(develop):
7172
"""
7273
def run(self):
7374
# Remove target/ to FORCE the recreation of the JAR files.
74-
from shutil import rmtree
7575
rmtree(os.path.join(HERE, 'target'), ignore_errors=True)
7676
from javac_parser import Java
7777
Java._build_jar()

0 commit comments

Comments
 (0)