|
4 | 4 | CEDARScriptASTParser, ParseError, Command, |
5 | 5 | CreateCommand, RmFileCommand, MvFileCommand, UpdateCommand, |
6 | 6 | SelectCommand, IdentifierFromFile, SingleFileClause, Segment, Marker, BodyOrWhole, MarkerType, RelativeMarker, |
7 | | - RelativePositionType, MoveClause, DeleteClause, InsertClause, ReplaceClause, EditingAction, Region, BodyOrWhole, |
| 7 | + RelativePositionType, MoveClause, DeleteClause, InsertClause, ReplaceClause, EditingAction, Region, |
8 | 8 | WhereClause, RegionClause |
9 | 9 | ) |
10 | 10 |
|
11 | | -__all__ = ( |
12 | | - __version__, |
13 | | - CEDARScriptASTParser, ParseError, Command, |
14 | | - CreateCommand, RmFileCommand, MvFileCommand, UpdateCommand, |
15 | | - SelectCommand, IdentifierFromFile, SingleFileClause, Segment, Marker, BodyOrWhole, MarkerType, RelativeMarker, |
16 | | - RelativePositionType, MoveClause, DeleteClause, InsertClause, ReplaceClause, EditingAction, Region, BodyOrWhole, |
17 | | - WhereClause, RegionClause |
18 | | -) |
19 | | - |
20 | | - |
21 | | - |
| 11 | +__all__ = [ |
| 12 | + "__version__", |
| 13 | + "CEDARScriptASTParser", "ParseError", "Command", |
| 14 | + "CreateCommand", "RmFileCommand", "MvFileCommand", "UpdateCommand", |
| 15 | + "SelectCommand", "IdentifierFromFile", "SingleFileClause", "Segment", "Marker", "BodyOrWhole", "MarkerType", "RelativeMarker", |
| 16 | + "RelativePositionType", "MoveClause", "DeleteClause", "InsertClause", "ReplaceClause", "EditingAction", "Region", |
| 17 | + "WhereClause", "RegionClause" |
| 18 | +] |
22 | 19 |
|
0 commit comments