Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

shlib: remove redundant version() function

Changeset 8542ac67763d

Parent 5c9682fb8cd7

by Steve Borho

Changes to one file · Browse files at 8542ac67763d Showing diff from parent 5c9682fb8cd7 Diff from another changeset...

 
18
19
20
21
22
23
24
25
26
27
28
29
30
 
18
19
20
 
 
 
 
 
 
 
21
22
23
@@ -18,13 +18,6 @@
  t = (t[0], t[1], t[2], t[3], time.clock())   return t   -def version(): - try: - import __version__ - return __version__.version - except ImportError: - return _('unknown') -  if os.name == 'nt':   def shell_notify(paths):   try: