[Bf-extensions-cvs] [6c41390] master: Clear out unnecessary imports.

Nathan Letwory noreply at git.blender.org
Tue Nov 19 16:58:00 CET 2013


Commit: 6c41390fba85e9d6985f93076b1c100d02013ca5
Author: Nathan Letwory
Date:   Tue Nov 19 17:56:54 2013 +0200
http://developer.blender.org/rBA6c41390fba85e9d6985f93076b1c100d02013ca5

Clear out unnecessary imports.

===================================================================

M	render_renderfarmfi/utils.py

===================================================================

diff --git a/render_renderfarmfi/utils.py b/render_renderfarmfi/utils.py
index ae54fd1..ae90538 100644
--- a/render_renderfarmfi/utils.py
+++ b/render_renderfarmfi/utils.py
@@ -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:



More information about the Bf-extensions-cvs mailing list