Browse Source

FIX: RabbitVCS 0.16 compatibility

Alexander Koblov 4 years ago
parent
commit
807c41e1ba
1 changed files with 2 additions and 2 deletions
  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 Bruce van der Kooij <[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
 # it under the terms of the GNU General Public License as published by
@@ -25,9 +25,9 @@ import os, os.path
 import sys
 
 try:
-  import rabbitvcs.services.checkerservice
   from rabbitvcs.util.contextmenuitems import MenuItem, MenuSeparator
   from rabbitvcs.util.contextmenu import MenuBuilder, MainContextMenu, MainContextMenuCallbacks
+  import rabbitvcs.services.checkerservice
 except Exception as e:
   print("RabbitVCS: {}".format(e))
   exit(1)