This website requires JavaScript.
Explore
Help
Sign In
o2w
/
talon
Watch
5
Star
0
Fork
0
You've already forked talon
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
7bf37090ca29bb70e4d9a5520df2c3c124a0b078
talon
/
talon
/
constants.py
6 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
Run modernizer on the code.
2016-07-12 17:25:46 +05:00
from
__future__
import
absolute_import
initial commit
2014-07-23 21:12:54 -07:00
import
regex
as
re
RE_DELIMITER
=
re
.
compile
(
'
\r
?
\n
'
)
Reference in New Issue
Copy Permalink