Skip to content

Commit

Permalink
Fixed dh->dj typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Buss committed Mar 27, 2012
1 parent ae0801f commit 0143a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/make837.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__( self, baseDir=None ):
self.bldParser= tools.convertPyX12.ParserBuilder()
# Accumulate Django definitions until after all messages have been examined
self.djMap= X12.map.dj.DjangoModelVisitor( )
self.djAdm= X12.map.dh.DjangoAdminVisitor( )
self.djAdm= X12.map.dj.DjangoAdminVisitor( )
self.x12p= None
def load( self, xmlDef ):
"""Load another message definition. This will also accumulate
Expand Down

0 comments on commit 0143a25

Please sign in to comment.