Skip to content

Commit

Permalink
Fix first error on MitjaNemec#102
Browse files Browse the repository at this point in the history
  • Loading branch information
hildogjr authored Feb 3, 2021
1 parent 18d87b1 commit a525e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replicate_layout/replicatelayout.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import itertools
import re
import math
import sexp_parser
from . import sexp_parser

parent_module = sys.modules['.'.join(__name__.split('.')[:-1]) or '__main__']
if __name__ == '__main__' or parent_module.__name__ == '__main__':
Expand Down

0 comments on commit a525e01

Please sign in to comment.