Beispiel #1
0
 def __init__(self):
     Operation.__init__(self)
Beispiel #2
0
 def __init__(self):
     Operation.__init__(self)
Beispiel #3
0
 def __init__(self):
     Operation.__init__(self)
     self.str = ''
     self.ReadDefaultValues()
Beispiel #4
0
 def __init__(self):
     Operation.__init__(self)
     self.horizontal_feed_rate = 200.0
     self.vertical_feed_rate = 50.0
     self.spindle_speed = 7000.0
Beispiel #5
0
import urllib

class Downloader(Operation):
    LocalPath = ''
    UrlFile = ''
    
Beispiel #6
0
# 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
# 3. This notice may not be removed or altered from any source distribution.
from Operation import Operation