Skip to content

Commit 390867e

Browse files
UtumnoSharlikran
authored andcommitted
ur'not in py3'
1 parent 4a4908c commit 390867e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mopy/bash/bosh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def snapshot_dir(self):
431431
return self.getFileInfos().bash_dir.join(u'Snapshots')
432432

433433
#------------------------------------------------------------------------------
434-
reBashTags = re.compile(ur'{{ *BASH *:[^}]*}}\s*\n?',re.U)
434+
reBashTags = re.compile(u'{{ *BASH *:[^}]*}}\\s*\\n?',re.U)
435435

436436
class ModInfo(FileInfo):
437437
"""An esp/m/l file."""

0 commit comments

Comments
 (0)