cu2qu: remove __version__ from cu2qu module
use fontTools own version now
This commit is contained in:
parent
5d5cddfc08
commit
080c565b5c
@ -12,12 +12,4 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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 *
|
from .cu2qu import *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user