forked from bartvdbraak/blender
8 lines
84 B
Python
8 lines
84 B
Python
|
#!/usr/bin/python
|
||
|
|
||
|
#update all
|
||
|
|
||
|
import update_pot
|
||
|
import update_po
|
||
|
import update_mo
|