gnome-shell: When creating an extension, print where we created it

This makes it easier to find.
This commit is contained in:
Colin Walters 2010-11-15 18:42:19 -05:00
parent d67aa39bb1
commit e90504953f

View File

@ -717,6 +717,7 @@ function main() {
''')
f.close()
print "Created extension in %r" % (extension_path, )
subprocess.Popen(['gnome-open', extensionjs_path])
sys.exit(0)