Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
separate_screens
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brady James Garvin
separate_screens
Commits
4c91b3f7
Commit
4c91b3f7
authored
6 years ago
by
Brady James Garvin
Browse files
Options
Downloads
Patches
Plain Diff
Updated codebase for 2019 VM.
parent
eb2485c3
Branches
class
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
main.py
+2
-2
2 additions, 2 deletions
main.py
with
2 additions
and
3 deletions
.gitignore
+
0
−
1
View file @
4c91b3f7
...
@@ -2,5 +2,4 @@
...
@@ -2,5 +2,4 @@
*.pyo
*.pyo
.idea
.idea
.buildozer
bin
bin
This diff is collapsed.
Click to expand it.
main.py
+
2
−
2
View file @
4c91b3f7
from
kivy.app
import
App
from
kivy.app
import
App
# noinspection PyUnresolvedReferences
# noinspection PyUnresolvedReferences
from
first_screen
import
FirstScreen
from
first_screen
import
FirstScreen
# pylint: disable=unused-import
# noinspection PyUnresolvedReferences
# noinspection PyUnresolvedReferences
from
second_screen
import
SecondScreen
from
second_screen
import
SecondScreen
# pylint: disable=unused-import
class
TwoScreenApp
(
App
):
class
TwoScreenApp
(
App
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment