Mercurial > repos > ric > test
view importer.py @ 9:2237a2053fc7 draft
Deleted selected files
| author | ric |
|---|---|
| date | Thu, 22 Sep 2016 08:32:12 -0400 |
| parents | bdcf0b0f75f3 |
| children |
line wrap: on
line source
# BEGIN_COPYRIGHT # END_COPYRIGHT import sys from bl.vl.app.importer.main import main main(sys.argv[1:])
