#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
"""
Implements file helper methods
"""
+import errno
+import logging
import os
import stat
-import logging
import time
-import errno
logger = logging.getLogger(__name__)