Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from demonduck/mysql_migration
Browse files Browse the repository at this point in the history
Mysql migration
  • Loading branch information
demonduck authored Aug 30, 2017
2 parents 188a2fc + 0f873fc commit 42f3eaa
Show file tree
Hide file tree
Showing 26 changed files with 1,303 additions and 1,233 deletions.
27 changes: 0 additions & 27 deletions server/first/__init__.py
Original file line number Diff line number Diff line change
@@ -1,27 +0,0 @@
#-------------------------------------------------------------------------------
#
# Intializes FIRST's DBManager and EngineManager
# Copyright (C) 2016 Angel M. Villegas
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#-------------------------------------------------------------------------------

# FIRST Modules
from first.dbs import FIRSTDBManager
from first.engines import FIRSTEngineManager

DBManager = FIRSTDBManager()
EngineManager = FIRSTEngineManager(DBManager)
Loading

0 comments on commit 42f3eaa

Please sign in to comment.