public
Description: Native OS X (RubyCocoa) app to manage your EC2 instances
Clone URL: git://github.com/bricooke/ec2mgr.git
remove the test of the EMKeychain stuff from rb_main
bricooke (author)
Mon Jul 07 21:34:25 -0700 2008
commit  dcb3ef250c964d7b8b390b42c7999def9b3ffba1
tree    7d70e04e9a53d151b7cc70035c9a548c90027ffa
parent  9f543ff91878c8629b9ace153c888284fc79e9dd
...
19
20
21
22
23
24
25
26
...
19
20
21
 
 
22
23
24
0
@@ -19,8 +19,6 @@ def rb_main_init
0
   rbfiles.each do |path|
0
     require( File.basename(path) )
0
   end
0
-
0
- OSX::EMKeychainProxy.sharedProxy.addGenericKeychainItemForService_withUsername_password("EC2Mgr", "Joe", "SuperSecure!");
0
 end
0
 
0
 if $0 == __FILE__ then

Comments

    No one has commented yet.