dusty-phillips / gitifyhg

Tools for using git as a client to mercurial repositories
GNU General Public License v3.0
62 stars 17 forks source link

Fixing the order of imports #105

Closed jdalrymple closed 7 years ago

jdalrymple commented 7 years ago

The order of the imports was incorrect. I was trying to access a variable before it was imported. Anyways, moved them around and it works now!