From c9916e28a47b287c2b693d5639e8715cb3e367a3 Mon Sep 17 00:00:00 2001 From: Kirill Grushetsky Date: Mon, 4 May 2015 13:45:39 +0300 Subject: [PATCH] Import alphabetised --- bin/github-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/github-backup b/bin/github-backup index 19b91f4..312bc26 100755 --- a/bin/github-backup +++ b/bin/github-backup @@ -5,6 +5,7 @@ from __future__ import print_function import argparse import base64 import calendar +import codecs import errno import json import logging @@ -16,7 +17,6 @@ import sys import time import urllib import urllib2 -import codecs from github_backup import __version__