Moved submission module into benchmark module
This commit is contained in:
@@ -843,7 +843,7 @@ class BENCHMARK_OT_share(bpy.types.Operator):
|
||||
bl_label = "Share Benchmark Result"
|
||||
|
||||
def execute(self, context):
|
||||
import submission
|
||||
from benchmark import submission
|
||||
|
||||
make_buttons_default()
|
||||
print('Submitting benchmark')
|
||||
|
Reference in New Issue
Block a user