mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-31 05:39:19 +00:00
5 lines
90 B
Python
5 lines
90 B
Python
#!/usr/bin/env python
|
|
|
|
import os
|
|
os.system("pyrcc4 picard.qrc -o ../picard/resources.py")
|