author | GP Orcullo <kinsamanka@gmail.com> |
Fri, 28 Oct 2022 18:54:33 +0800 | |
branch | python3 |
changeset 3763 | 369c7569bf94 |
parent 3750 | f62625418bff |
permissions | -rw-r--r-- |
3750
f62625418bff
automated conversion using 2to3-3.9 tool
GP Orcullo <kinsamanka@gmail.com>
parents:
2274
diff
changeset
|
1 |
|
2274
5cb9ef5351cc
Load images for EtherCAT extension
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
2022
diff
changeset
|
2 |
|
5cb9ef5351cc
Load images for EtherCAT extension
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
2022
diff
changeset
|
3 |
from etherlab.etherlab import * |
5cb9ef5351cc
Load images for EtherCAT extension
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
2022
diff
changeset
|
4 |
from util.BitmapLibrary import AddBitmapFolder |
5cb9ef5351cc
Load images for EtherCAT extension
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
2022
diff
changeset
|
5 |
import util.paths as paths |
5cb9ef5351cc
Load images for EtherCAT extension
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
2022
diff
changeset
|
6 |
|
5cb9ef5351cc
Load images for EtherCAT extension
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
2022
diff
changeset
|
7 |
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images")) |