فهرست منبع

FIX: RabbitVCS 0.16 compatibility

Alexander Koblov 4 سال پیش
والد
کامیت
807c41e1ba
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      scripts/rabbit-vcs.py

+ 2 - 2
scripts/rabbit-vcs.py

@@ -5,7 +5,7 @@
 # Copyright (C) 2009 Jason Heeris <[email protected]>
 # Copyright (C) 2009 Jason Heeris <[email protected]>
 # Copyright (C) 2009 Bruce van der Kooij <[email protected]>
 # Copyright (C) 2009 Bruce van der Kooij <[email protected]>
 # Copyright (C) 2009 Adam Plumb <[email protected]>
 # Copyright (C) 2009 Adam Plumb <[email protected]>
-# Copyright (C) 2014-2020 Alexander Koblov <[email protected]>
+# Copyright (C) 2014-2021 Alexander Koblov <[email protected]>
 #
 #
 # RabbitVCS is free software; you can redistribute it and/or modify
 # RabbitVCS is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # it under the terms of the GNU General Public License as published by
@@ -25,9 +25,9 @@ import os, os.path
 import sys
 import sys
 
 
 try:
 try:
-  import rabbitvcs.services.checkerservice
   from rabbitvcs.util.contextmenuitems import MenuItem, MenuSeparator
   from rabbitvcs.util.contextmenuitems import MenuItem, MenuSeparator
   from rabbitvcs.util.contextmenu import MenuBuilder, MainContextMenu, MainContextMenuCallbacks
   from rabbitvcs.util.contextmenu import MenuBuilder, MainContextMenu, MainContextMenuCallbacks
+  import rabbitvcs.services.checkerservice
 except Exception as e:
 except Exception as e:
   print("RabbitVCS: {}".format(e))
   print("RabbitVCS: {}".format(e))
   exit(1)
   exit(1)