]> arthur.ath.cx Git - bup.git/blobdiff - lib/bup/version.py
Drop vestigial compat.ModuleNotFound
[bup.git] / lib / bup / version.py
index b19f905c9e4ec4d11fd44d3957994bbf65cc093a..f37f2fc211a4c0a354010555b5367b5e3d566c7d 100644 (file)
@@ -1,8 +1,6 @@
 
 from __future__ import absolute_import, print_function
 
-from bup.compat import ModuleNotFoundError
-
 from bup import source_info
 try:
     import bup.checkout_info as checkout_info