Skip to content

Commit

Permalink
fixing require
Browse files Browse the repository at this point in the history
  • Loading branch information
shearn89 committed Oct 9, 2011
1 parent 3297ebf commit be87abc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'rubygems'
require 'sinatra'
require 'sequel'
require 'rubypython'

# set :database => 'mysql://appathon:appathon@appathon.cdmwtnbgpare.eu-west-1.rds.amazonaws.com:3306/appathon'
# DB = Sequel.mysql 'appathon', :user => 'appathon', :password => 'appathon', :host => 'mysql://appathon.cdmwtnbgpare.eu-west-1.rds.amazonaws.com', :port => '3306'
Expand Down

0 comments on commit be87abc

Please sign in to comment.