cu2qu: remove __version__ from cu2qu module

use fontTools own version now
This commit is contained in:
Cosimo Lupo 2020-03-31 13:25:32 +01:00
parent 5d5cddfc08
commit 080c565b5c
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

View File

@ -12,12 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import print_function, division, absolute_import
try:
from ._version import version as __version__
except ImportError:
__version__ = "0.0.0+unknown"
from .cu2qu import *