summaryrefslogtreecommitdiff
path: root/source-stats
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-01-22 18:23:39 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-01-28 15:50:16 +0000
commite6dc394c0f31429b2f54c77b20223651a0ab68ee (patch)
treeed95679242eee9cc0f4f477ad16576e341030542 /source-stats
parent8c34d1e9d46b6802d8723f9d151019fe8a7c3250 (diff)
downloadmorph-e6dc394c0f31429b2f54c77b20223651a0ab68ee.tar.gz
Remove unneded json module imports
Diffstat (limited to 'source-stats')
-rwxr-xr-xsource-stats3
1 files changed, 1 insertions, 2 deletions
diff --git a/source-stats b/source-stats
index c246bab9..811fdc3b 100755
--- a/source-stats
+++ b/source-stats
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2012,2013 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
import cliapp
import csv
-import json
import os
import shutil
import sys