remove Python2 code
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# creates a page and a view
|
||||
# adds 1 leader to view1
|
||||
# adds 1 RTA to leader1
|
||||
from __future__ import print_function
|
||||
|
||||
|
||||
import FreeCAD
|
||||
import os
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import FreeCAD
|
||||
import os
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from __future__ import print_function
|
||||
|
||||
|
||||
import FreeCAD
|
||||
import unittest
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
# test script for DrawViewDetail
|
||||
# creates a page, a view and a detail view
|
||||
from __future__ import print_function
|
||||
|
||||
|
||||
import FreeCAD
|
||||
import unittest
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from __future__ import print_function
|
||||
|
||||
|
||||
import FreeCAD
|
||||
import os
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
# basic test script for TechDraw module
|
||||
# creates a page and 1 view
|
||||
from __future__ import print_function
|
||||
|
||||
|
||||
import FreeCAD
|
||||
import unittest
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import print_function
|
||||
|
||||
import FreeCAD
|
||||
import os
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
# basic test script for TechDraw Py functions migrated from Drawing
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import FreeCAD
|
||||
import Part
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import print_function
|
||||
import FreeCAD
|
||||
import os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user