Skip to content

Commit

Permalink
Minor cleanup of the import statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
asciipip committed Jun 7, 2014
1 parent 563a168 commit b4cf2c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions stats.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/usr/bin/python

import os.path, pickle

import lockfile

from threading import Lock
import os.path
import pickle

class StatsManager:
lock = lockfile.FileLock('stats')
Expand Down

0 comments on commit b4cf2c0

Please sign in to comment.