[Bf-extensions-cvs] [77c7e4c] master: Paste addon: bump version and remove unedded imports

Dalai Felinto noreply at git.blender.org
Wed Jan 4 17:05:22 CET 2017


Commit: 77c7e4c535086f9063c7e8471d53e8e30b12bb8a
Author: Dalai Felinto
Date:   Wed Jan 4 17:04:58 2017 +0100
Branches: master
https://developer.blender.org/rBAC77c7e4c535086f9063c7e8471d53e8e30b12bb8a

Paste addon: bump version and remove unedded imports

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

M	text_editor_hastebin.py

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

diff --git a/text_editor_hastebin.py b/text_editor_hastebin.py
index 634d12a..612b45d 100644
--- a/text_editor_hastebin.py
+++ b/text_editor_hastebin.py
@@ -19,8 +19,8 @@
 bl_info = {
     "name": "hastebin",
     "author": "Dalai Felinto (dfelinto)",
-    "version": (0, 7),
-    "blender": (2, 60, 0),
+    "version": (0, 8),
+    "blender": (2, 79, 0),
     "location": "Text editor > Properties panel",
     "description": "Send your selection or text to hastebin.com",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
@@ -30,9 +30,6 @@ bl_info = {
 
 
 import bpy
-import urllib
-import urllib.request
-import webbrowser
 
 class TEXT_PT_hastebin(bpy.types.Panel):
     bl_space_type = 'TEXT_EDITOR'



More information about the Bf-extensions-cvs mailing list