Mercurial > repos > ric > test
view importer.py @ 6:c9499541746e draft
Deleted selected files
| author | ric |
|---|---|
| date | Thu, 22 Sep 2016 08:28:27 -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:])
