##// END OF EJS Templates
cleanup: drop unused import from pywatchman...
Matt Harbison -
r44419:6c201f0d default
parent child Browse files
Show More
@@ -29,8 +29,6 b''
29 29 # no unicode literals
30 30 from __future__ import absolute_import, division, print_function
31 31
32 import re
33
34 32
35 33 def parse_version(vstr):
36 34 res = 0
General Comments 0
You need to be logged in to leave comments. Login now