Changeset 4e26cbc3c2cf67c7b90e4e4dc7ebe5ad6b181da2
- Timestamp:
- 02/23/12 18:42:50
(1 year ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1330022570 -0500
- git-parent:
[2e4d166e46f610e3ad7ffb33463488cb5f18db7d]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1330022570 -0500
- Message:
stub the bit namespace do extract_xml will work
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r88a7178 |
r4e26cbc |
|
| 31 | 31 | |
|---|
| 32 | 32 | rc = 0 |
|---|
| 33 | | |
|---|
| | 33 | bit = { } |
|---|
| 34 | 34 | function extract(file, outfile) |
|---|
| 35 | 35 | local module = file:gsub('.lua$', ''):gsub('/', '.') |
|---|