Fixed: #114 (UnicodeEncodeError in PSLiteral)

pull/55/head
Yusuke Shinyama 2016-09-11 23:43:22 +09:00
parent 647a6c653c
commit 64fe538b24
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class PSLiteral(PSObject):
return return
def __repr__(self): def __repr__(self):
return '/%s' % self.name return '/%r' % self.name
## PSKeyword ## PSKeyword