diff --git a/kibot/gs.py b/kibot/gs.py index 0c4b7063..22b79640 100644 --- a/kibot/gs.py +++ b/kibot/gs.py @@ -11,7 +11,8 @@ try: except ImportError: # This is caught by __main__, ignore the error here class pcbnew(object): - pass + IU_PER_MM = 1 + IU_PER_MILS = 1 from datetime import datetime, date from sys import exit from shutil import copy2