Clear out unnecessary imports.

This commit is contained in:
Nathan Letwory 2013-11-19 17:56:54 +02:00
parent 38c6eaaee5
commit 6c41390fba
1 changed files with 0 additions and 5 deletions

View File

@ -17,17 +17,12 @@
# ##### END GPL LICENSE BLOCK #####
import imp
import xmlrpc.client
import math
import sys
import traceback
from os.path import join
import bpy
from .ore_session import OreSession
from .exceptions import LoginFailedException
def _write_credentials(hash, user):
with open(join(bpy.utils.user_resource('CONFIG', 'rffi', True), 'rffi_credentials.py'), 'w') as pwfile: