Browse code

remove reference to Kwant

Joseph Weston authored on 27/02/2018 00:21:52
Showing 1 changed files
... ...
@@ -69,7 +69,7 @@ def get_version_from_git():
69 69
     if not os.path.samefile(p.communicate()[0].decode().rstrip('\n'),
70 70
                             distr_root):
71 71
         # The top-level directory of the current Git repository is not the same
72
-        # as the root directory of the Kwant distribution: do not extract the
72
+        # as the root directory of the distribution: do not extract the
73 73
         # version from Git.
74 74
         return
75 75